[glibmm] Update Doxygen configuration for Doxygen 1.6.1



commit 85f5b52c5f5af794199e05fc60c83e69852c88bb
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Tue Sep 1 23:12:54 2009 +0200

    Update Doxygen configuration for Doxygen 1.6.1
    
    * docs/reference/Doxyfile.in: Update configuration template using
    Doxygen 1.6.1.
    (SORT_MEMBERS_CTORS_1ST): Enable.

 ChangeLog                  |    8 ++++++++
 docs/reference/Doxyfile.in |   10 +++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bc6bda1..f59a680 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-09-01  Daniel Elstner  <daniel kitta gmail com>
 
+	Update Doxygen configuration for Doxygen 1.6.1
+
+	* docs/reference/Doxyfile.in: Update configuration template using
+	Doxygen 1.6.1.
+	(SORT_MEMBERS_CTORS_1ST): Enable.
+
+2009-09-01  Daniel Elstner  <daniel kitta gmail com>
+
 	Always build tools/ subdirectory (bgo #593518)
 
 	* Makefile.am (SUBDIRS): Unconditionally recurse into the tools/
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 28da714..ac34f81 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -1,4 +1,4 @@
-# Doxyfile 1.5.8
+# Doxyfile 1.6.1
 # @configure_input@
 
 #---------------------------------------------------------------------------
@@ -69,6 +69,7 @@ SHOW_INCLUDE_FILES     = NO
 INLINE_INFO            = YES
 SORT_MEMBER_DOCS       = YES
 SORT_BRIEF_DOCS        = NO
+SORT_MEMBERS_CTORS_1ST = YES
 SORT_GROUP_NAMES       = YES
 SORT_BY_SCOPE_NAME     = YES
 GENERATE_TODOLIST      = NO
@@ -172,8 +173,10 @@ QHG_LOCATION           =
 DISABLE_INDEX          = NO
 ENUM_VALUES_PER_LINE   = 1
 GENERATE_TREEVIEW      = NONE
+USE_INLINE_TREES       = NO
 TREEVIEW_WIDTH         = 250
 FORMULA_FONTSIZE       = 10
+SEARCHENGINE           = NO
 #---------------------------------------------------------------------------
 # configuration options related to the LaTeX output
 #---------------------------------------------------------------------------
@@ -189,6 +192,7 @@ PDF_HYPERLINKS         = YES
 USE_PDFLATEX           = YES
 LATEX_BATCHMODE        = NO
 LATEX_HIDE_INDICES     = NO
+LATEX_SOURCE_CODE      = NO
 #---------------------------------------------------------------------------
 # configuration options related to the RTF output
 #---------------------------------------------------------------------------
@@ -294,7 +298,3 @@ DOT_TRANSPARENT        = NO
 DOT_MULTI_TARGETS      = YES
 GENERATE_LEGEND        = YES
 DOT_CLEANUP            = YES
-#---------------------------------------------------------------------------
-# Options related to the search engine
-#---------------------------------------------------------------------------
-SEARCHENGINE           = NO



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