[Scummvm-cvs-logs] CVS: web/docs/doxygen config,1.20,1.21

Max Horn fingolfin at users.sourceforge.net
Tue May 10 05:59:40 CEST 2005


Update of /cvsroot/scummvm/web/docs/doxygen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1520

Modified Files:
	config 
Log Message:
Disable some switches which aren't supported by SF.net's doxygen version

Index: config
===================================================================
RCS file: /cvsroot/scummvm/web/docs/doxygen/config,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- config	8 May 2005 17:08:39 -0000	1.20
+++ config	10 May 2005 12:57:36 -0000	1.21
@@ -39,7 +39,7 @@
 # files, where putting all generated files in the same directory would otherwise 
 # cause performance problems for the file system.
 
-CREATE_SUBDIRS         = YES
+#CREATE_SUBDIRS         = YES
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 
 # documentation generated by doxygen is written. Doxygen will use this 
@@ -122,7 +122,7 @@
 # definition is used. Otherwise one should specify the include paths that 
 # are normally passed to the compiler using the -I flag.
 
-STRIP_FROM_INC_PATH    = 
+#STRIP_FROM_INC_PATH    = 
 
 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 
 # (but less readable) file names. This can be useful is your file systems 
@@ -234,7 +234,7 @@
 # the interface are included in the documentation. 
 # If set to NO (the default) only methods in the interface are included.
 
-EXTRACT_LOCAL_METHODS  = NO
+#EXTRACT_LOCAL_METHODS  = NO
 
 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all 
 # undocumented members of documented classes, files or namespaces. 





More information about the Scummvm-git-logs mailing list