Hi,
we use 'old fashion style' documentation of package func/proc's with sql comments like:
function T_TestFunc ( -- this is for test only
-- ===========================================
/* Description:
some description
*/
-- ===========================================
fpnParam1 in TAB.COL1%type, -- int;decription
fpsParam2 in TAB.COL2%type, -- varchar(20);
) return pls_integer -- 0=o.k. else errno
;
-- ===========================================
until plsqldoc 1.4. the comments are includet in doc output. But v1.4.0 only show empty rows for the header and also no comment for parameter.
Is their a new switch enabling output of comments?
thx
fraenk
we use 'old fashion style' documentation of package func/proc's with sql comments like:
function T_TestFunc ( -- this is for test only
-- ===========================================
/* Description:
some description
*/
-- ===========================================
fpnParam1 in TAB.COL1%type, -- int;decription
fpsParam2 in TAB.COL2%type, -- varchar(20);
) return pls_integer -- 0=o.k. else errno
;
-- ===========================================
until plsqldoc 1.4. the comments are includet in doc output. But v1.4.0 only show empty rows for the header and also no comment for parameter.
Is their a new switch enabling output of comments?
thx
fraenk