Stand-alone procedures cannot be parsed
Status: Alpha
Brought to you by:
altumano
A procedure in a file, which is not part of a package,
leads to an error:
net.sourceforge.pldoc.parser.ParseException:
Encountered "Procedure" at line 2,
column 1.
Was expecting one of:
"VIEW" ...
"PACKAGE" ...
However, a stand-alone procedure should be possible to
be parsed for a complete documentation.
Fixed