[evolution-kolab/ek-wip-porting: 5/5] Doxyfile: reduced browser memory consumption when rendering docs



commit e26ce0d8c679b6c46dcd58ee9e810a93ad7ef53d
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Tue Mar 6 19:52:05 2012 +0100

    Doxyfile: reduced browser memory consumption when rendering docs
    
    * let Doxygen generate one HTML page per function
    * disabled dynamic sections
    
    Please note that evolution-kolab uses GtkDoc for
    API documentation. Doxygen is only used to help
    with source code navigation, no Doxygen-generated
    documentation should be published

 Doxyfile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Doxyfile b/Doxyfile
index 9e35cd3..aa3c7ad 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -175,7 +175,7 @@ INHERIT_DOCS           = YES
 # a new page for each member. If set to NO, the documentation of a member will
 # be part of the file/class/namespace that contains it.
 
-SEPARATE_MEMBER_PAGES  = NO
+SEPARATE_MEMBER_PAGES  = YES
 
 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
 # Doxygen uses this value to replace tabs by spaces in code fragments.
@@ -862,7 +862,7 @@ HTML_ALIGN_MEMBERS     = YES
 # JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox
 # Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
 
-HTML_DYNAMIC_SECTIONS  = YES
+HTML_DYNAMIC_SECTIONS  = NO
 
 # If the GENERATE_DOCSET tag is set to YES, additional index files
 # will be generated that can be used as input for Apple's Xcode 3



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]