I want both. An external (and public) documentation of my public interface and an internal documentation for helping other developers to navigate through the source code.
Things I like to do, e.g.:
print out the generated documentation as quick reference.
a web-based documentation of the...
If I do so, then what I see is the generated documentation of the (public) package specification. But what I need is a documentation of the private part - the package body.
An right clicking on "Package Bodies" I haven't any 'Generate documentation' item in the context menu ....
Axel
Currently I'm trying out PL/SQL Developer (v6.0.5)and plsqldoc as an alternative of our internal standard PL/SQL-Editor-Tool. So far so good..but what I miss is the feature to generate the documentation of a package body (I've read the topic from April 2003 with the same issue).
In the meantime...