[Lemon-commits] [lemon_svn] alpar: r1174 - hugo/trunk/doc

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:43:40 CET 2006


Author: alpar
Date: Thu Sep 16 21:18:18 2004
New Revision: 1174

Modified:
   hugo/trunk/doc/Doxyfile

Log:
Cross references turned off.

Modified: hugo/trunk/doc/Doxyfile
==============================================================================
--- hugo/trunk/doc/Doxyfile	(original)
+++ hugo/trunk/doc/Doxyfile	Thu Sep 16 21:18:18 2004
@@ -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 



More information about the Lemon-commits mailing list