I'm introducing PLSQLDoc as a documentary tool but have found an omission? After editing a package directly from package window, I added comments in front of "create or replace package xxx", genereated the document and compiled the object. All comments before create-statement are lost. Putting the comments after the create-statement doesn't make them show in the generated document. Any idea how to resolve this?
/* this will be removed by compiling the object
Read-only functions for module ANIMAL.
{%LINK .\7_Ontw\axan_general.pcb Detail. }
*/
CREATE OR REPLACE PACKAGE axan_general AS
/* this doesn't show in generated document.
Read-only functions for module ANIMAL.
{%LINK .\7_Ontw\axan_general.pcb Detail. }
%HIST 2003-09-09 JKO Initieel
*/
/* this will be removed by compiling the object
Read-only functions for module ANIMAL.
{%LINK .\7_Ontw\axan_general.pcb Detail. }
*/
CREATE OR REPLACE PACKAGE axan_general AS
/* this doesn't show in generated document.
Read-only functions for module ANIMAL.
{%LINK .\7_Ontw\axan_general.pcb Detail. }
%HIST 2003-09-09 JKO Initieel
*/