# HG changeset patch # User alpar # Date 1095362298 0 # Node ID c010b38ea35bbe0a2a85651859f9ea30332cc14b # Parent 88e20db5410250e78fb9f6d152720c3aba85b175 Cross references turned off. diff -r 88e20db54102 -r c010b38ea35b doc/Doxyfile --- a/doc/Doxyfile Thu Sep 16 15:18:25 2004 +0000 +++ b/doc/Doxyfile Thu Sep 16 19:18:18 2004 +0000 @@ -498,13 +498,13 @@ # then for each documented function all documented # functions referencing it will be listed. -REFERENCED_BY_RELATION = YES +REFERENCED_BY_RELATION = NO # If the REFERENCES_RELATION tag is set to YES (the default) # then for each documented function all documented entities # called/used by that function will be listed. -REFERENCES_RELATION = YES +REFERENCES_RELATION = NO # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for