plsqldoc from doc body

aaronh97

Member
Hi All,

Can plsqldoc generate HTML from the package body rather than the package header? I have tried to do this and recieve a nearly blank html page.

My main goal in this is to provide documentation on constants, procedures, and functions which are private to the package.

The plugin works great for anything mentioned in the package header.

Aaron Hollenberg
Software Engineer
Mitchell International
 
Package and Type bodies are currently not supported. The plsqldoc Plug-In was designed to provide documentation for the user of the database object, so private declarations are not useful. We have had a few more requests for this though, so it is on our to-do list.
 
Back
Top