Documentation Generation

null0000

Member³
I was wondering if it possible to generate documentation for source code (packages, functions, procedures) in batch mode, rather then invoke context menu on each of them and generate one at a time.
Also, is it possible to generate docs for the source code in file(s)??
 
I was wondering if it possible to generate documentation for source code (packages, functions, procedures) in batch mode, rather then invoke context menu on each of them and generate one at a time.
Yes, you can create a script that can be executed in the Command Window. See also this topic
Also, is it possible to generate docs for the source code in file(s)??
No, the command line version is restricted to database objects.
 
What you can do also (that's what I often do) is multi-select several objects that you want generate doc for and then choose generate documentation.

Regards,
Martien
 
Back
Top