Documentation Plugin

ThomyKay

Member²
Congratulations!

The new doc plugin is great!
There are other tools around for PL/SQL-Oracle-documentation but they are incomplete/difficult to use/expensive...

3 issues:
* When documenting object types the plugin has problems to parse method declarations for constructor methods. The constructor is shown as attribute.

* Would be fine to have a batch mode for the plugin to generate/update documentation for all objects (in a schema).

* The case for the generated html files obviously depends on the token in the source of the package. Could be a configuration setting to generate the file names always lowercase/uppercase...
 
When documenting object types the plugin has problems to parse method declarations for constructor methods. The constructor is shown as attribute.
We'll fix this.
Would be fine to have a batch mode for the plugin to generate/update documentation for all objects (in a schema).
In the Object Browser you can select multiple objects (Shift or Ctrl-Click), right click on the selection and select "Generate Documentation" from the popup menu.
The case for the generated html files obviously depends on the token in the source of the package. Could be a configuration setting to generate the file names always lowercase/uppercase...
I have added this to the enhancement requests. Seems useful and should be doable.

------------------
Marco Kalter
Allround Automations
 
Back
Top