doc/Doxyfile
changeset 872 c010b38ea35b
parent 781 d4d182ab75bd
child 881 a9f19f38970b
     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