Cross-References in Views

rs_aub

Member
I want to have cross-references on tables and other views within my plsqldoc- Documentation of the views.

In my properties I marked "global".

The tables on which I based the views are already in my documentation.
In one trial I got only cross-references on the fieldnames(!)(which were broken links) but not on the tables after the "from" keyword!

Please could you help me!
Version pl/sql 7.1.5
plsqldoc 1.2.0.0

plsqldoc.ini

UseFrames=1
StrictComments=0
IncludeSynopsis=1
Format=1
TabSize=4
LinePrefixes=
CrossReferences=2
FileWithDB=0
FileWithOwner=0
PathWithDB=1
PathWithOwner=1
NameWithDB=1
NameWithOwner=1
AutoGenerate=1
ParamPrefix="-- %param"
ParamDataType=0

[CustomTags]
 
Last edited:
in PLSQLDOC sometimes I got crossreferences within the generated HTML-File and sometimes not!

I don't worry about the PL/SQL-Developers Editor! There one has only crossrefs in PL/SQL Code.

But my question is about the PLSQLDOC plugin.
I would be very glad to find out, how it works!

Greetings Rosi
 
Back
Top