Have you given any thought to having PLDoc use Oracle's catalogue view All_Source as its input? The advantage of this is that it is the actual, running code, not something we hope is being used!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have you given any thought to having PLDoc use Oracle's catalogue view All_Source as its input? The advantage of this is that it is the actual, running code, not something we hope is being used!
This should better be done using 2 tools:
1) one tool extracts database code into files
2) pldoc processes the files
The tool to extract database code is under development.
If you are curious, look at the dbsourceextractor module in CVS.
Albert