[Teleus-cvs] teleus Doxyfile,1.3,1.4
Status: Inactive
Brought to you by:
spiffgq
|
From: Daniel R. <sp...@us...> - 2004-05-25 21:11:13
|
Update of /cvsroot/teleus/teleus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28753 Modified Files: Doxyfile Log Message: Changed config of Doxygen so some of the graphs won't be generated. Index: Doxyfile =================================================================== RCS file: /cvsroot/teleus/teleus/Doxyfile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Doxyfile 25 Feb 2004 06:20:48 -0000 1.3 --- Doxyfile 25 May 2004 21:11:03 -0000 1.4 *************** *** 987,991 **** CLASS_DIAGRAMS = YES ! # If set to YES, the inheritance and collaboration graphs will hide # inheritance and usage relations if the target is undocumented # or is not a class. --- 987,991 ---- CLASS_DIAGRAMS = YES ! # If set to YES, the inheritance and collaboration graphs will hide # inheritance and usage relations if the target is undocumented # or is not a class. *************** *** 1012,1016 **** # class references variables) of the class with other documented classes. ! COLLABORATION_GRAPH = YES # If the UML_LOOK tag is set to YES doxygen will generate inheritance and --- 1012,1016 ---- # class references variables) of the class with other documented classes. ! COLLABORATION_GRAPH = NO # If the UML_LOOK tag is set to YES doxygen will generate inheritance and |