Cross references turned off.
authoralpar
Thu, 16 Sep 2004 19:18:18 +0000
changeset 872c010b38ea35b
parent 871 88e20db54102
child 873 f3a30fda2e49
Cross references turned off.
doc/Doxyfile
     1.1 --- a/doc/Doxyfile	Thu Sep 16 15:18:25 2004 +0000
     1.2 +++ b/doc/Doxyfile	Thu Sep 16 19:18:18 2004 +0000
     1.3 @@ -498,13 +498,13 @@
     1.4  # then for each documented function all documented 
     1.5  # functions referencing it will be listed.
     1.6  
     1.7 -REFERENCED_BY_RELATION = YES
     1.8 +REFERENCED_BY_RELATION = NO
     1.9  
    1.10  # If the REFERENCES_RELATION tag is set to YES (the default) 
    1.11  # then for each documented function all documented entities 
    1.12  # called/used by that function will be listed.
    1.13  
    1.14 -REFERENCES_RELATION    = YES
    1.15 +REFERENCES_RELATION    = NO
    1.16  
    1.17  # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 
    1.18  # will generate a verbatim copy of the header file for each class for