When using plsqldoc Version 1.2.0, if a function in a package spec does not have a parameter list, only a return value, the function is not documented in the output.
Example:
FUNCTION Get_Last_Error_Id
-- No Parameters
RETURN NUMBER;
Has anyone experienced this and is there a known fix?
Thanks, Paul
Example:
FUNCTION Get_Last_Error_Id
-- No Parameters
RETURN NUMBER;
Has anyone experienced this and is there a known fix?
Thanks, Paul