This is a discussion on JavaDoc for Oracle PL/SQL? within the Oracle Miscellaneous forums, part of the Oracle Database category; --> Hello all, I'm hoping someone here can help me with my question. We're responsible for creating a "developer doc" ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello all, I'm hoping someone here can help me with my question. We're responsible for creating a "developer doc" called a System Architecture Document (SAD). Our SAD is supposed to contain the following: 1) A list of every procedure/function 2) The procedure or function's input 3) Tables used by the function/procedure 4) output or returned values We'd like to automate this process to make it as easy as possible, and to make it so that we can update this document automatically when we migrate our code from a development to a testing instance. (Or, really anytime it needs to be updated). I know there are automated tools out there that will look for mark up tags and generate HTML documentation, such as javadoc. I'm wondering if there's one out there that works with PL/SQL, or if Oracle has some kind of function where it can extract this all from its Data Dictionary. If not, we can always fall back on marking up the source files and using Ruby/Perl to parse it for mark up and generate the documentation. Thank you in advance for your insights, Chris |
| |||
| AllroundAutomations' PL/SQL Developer product does some of what you are asking for. For each package, for example, it lists each procedure and function with brief description. These are links to complete description and arguments/type, return value description, etc. I am sure there are others, this is one that I worked with in the past and it did the job for me. |
| |||
| |
| Thread Tools | |
| Display Modes | |
|
|