plsqldoc: Would like to specify what to cross reference and what to ignore.

Niek

Member²
Is it possible to enhance the cross-reference options - since when turned on it will for example reference all 'id' text to the first occurrence in the documentation that can be referenced.

Global cross reference is very handy when generating documentation for views and have links for table names). For some text you don't have control over them (like comments on tables/views/columns).

Is it possible to disable cross-referencing for columns names?

Would like to have toggle options to specify which categories should be cross-referenced. Like tables names / procedure names etc...

Of course it would be even nicer if you could specify for each group (tables/packages/views etc.) the cross-reference options...

Code:
Search Cross Reference
[ ] Packages
     - local
     - global
        [ ] Tables Names
        [ ] Column Names
        [ ] Packages
        [ ] Types
        ...
[ ] Package bodies
    ...
[ ] Functions
    ...
[ ] Procedures
    ...
[ ] Types
    ...
[ ] Type bodies
    ...
[ ] Triggers
    ...
[ ] Tables
    ...
[ ] Views
    ...
And also an ignore list would be handy so plsqldoc will not cross-reference those entries.
 
Back
Top