[libsigc++2] Update Doxygen configuration for Doxygen 1.6.1



commit 0f18b269dac602c4d8270bdcf3730909ea42e22a
Author: Daniel Elstner <danielk openismus com>
Date:   Mon Aug 31 14:37:36 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 9d4855b..dfa6b6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-08-31  Daniel Elstner  <danielk openismus 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-08-31  Daniel Elstner  <danielk openismus com>
+
 	Protect space after comma in M4 output
 
 	* sigc++/macros/template.macros.m4 (_LOOP_SEP): Triple-quote the
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 0f4c6cc..5a09d59 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@
 
 #---------------------------------------------------------------------------
@@ -61,6 +61,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
@@ -161,8 +162,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
 #---------------------------------------------------------------------------
@@ -178,6 +181,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
 #---------------------------------------------------------------------------
@@ -276,7 +280,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]