[Pldoc-chat] PLDoc
Status: Alpha
Brought to you by:
altumano
From: Nick W. <zy...@ne...> - 2002-11-19 19:03:50
|
Hi, I'm impressed with the new version of PLDoc. It's working great. I have one problem though, when the EOF is not end of the procedure, it gives an error. Basically pldoc expects the end-of-file to be END; Here is an example of what I have:- ... END pkg_branches; / SHOW ERRORS GRANT EXECUTE ON pkg_branches TO PUBLIC / The lines after the END statement, causes an error. Is it possible to fix pldoc to parse the file up to the END command and not look at the stuff after that? Thanks in advance, Nick |