]> git.lyx.org Git - lyx.git/commitdiff
comment out the XML thingie
authorLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 12 Mar 2002 18:10:46 +0000 (18:10 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 12 Mar 2002 18:10:46 +0000 (18:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3735 a592a061-630c-0410-9148-cb99ea01b6c8

sourcedoc/Doxyfile.in

index 119f4fe2a3f9ccca4fafdbcbaa5d85b2c9bbcec0..9fa4d40464873cfb33d6fe09604e3f8c097aec77 100644 (file)
@@ -50,12 +50,12 @@ EXTRACT_ALL            = YES
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
 # will be included in the documentation. 
 
-EXTRACT_PRIVATE        = NO
+EXTRACT_PRIVATE        = YES
 
 # If the EXTRACT_STATIC tag is set to YES all static members of a file 
 # will be included in the documentation. 
 
-EXTRACT_STATIC         = NO
+EXTRACT_STATIC         = YES
 
 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all 
 # undocumented members of documented classes, files or namespaces. 
@@ -500,7 +500,7 @@ MAN_EXTENSION          = .3
 # the code including all documentation. Warning: This feature 
 # is still experimental and very incomplete.
 
-GENERATE_XML           = NO
+GENERATE_XML           = NO
 
 #---------------------------------------------------------------------------
 # Configuration options related to the preprocessor