Hi,
I'm having trouble getting strict comments to work in a package. Between the spec and the body, the only place they seem to be recognized is immediately preceding a program unit.
/** comments are ignored after the create package & create package body statements.
Also, I can't seem to use /** %param. The synopsis becomes the param text, but it is also picked up correctly in the program unit section:
Program units
priv %param dtp The date you want to return
priv
FUNCTION priv(dtp IN DATE) RETURN DATE
Parameters
dtp The date you want to return
Any suggestions?
Thanks,
Dave
I'm having trouble getting strict comments to work in a package. Between the spec and the body, the only place they seem to be recognized is immediately preceding a program unit.
/** comments are ignored after the create package & create package body statements.
Also, I can't seem to use /** %param. The synopsis becomes the param text, but it is also picked up correctly in the program unit section:
Program units
priv %param dtp The date you want to return
priv
FUNCTION priv(dtp IN DATE) RETURN DATE
Parameters
dtp The date you want to return
Any suggestions?
Thanks,
Dave