remove "references" and "referenced by" listings in documentation
authorDaniel Drake <dsd@gentoo.org>
Fri, 2 May 2008 11:32:46 +0000 (12:32 +0100)
committerDaniel Drake <dsd@gentoo.org>
Fri, 2 May 2008 11:32:46 +0000 (12:32 +0100)
doc/doxygen.cfg

index 614f1b2..64face5 100644 (file)
@@ -607,13 +607,13 @@ STRIP_CODE_COMMENTS    = YES
 # 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 REFERENCES_LINK_SOURCE tag is set to YES (the default)
 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from