[libgdamm] Update Doxygen configuration for Doxygen 1.6.1
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgdamm] Update Doxygen configuration for Doxygen 1.6.1
- Date: Mon, 14 Sep 2009 10:31:37 +0000 (UTC)
commit 7007eef6c8806949c0667cc4d471bbf7d8964e4b
Author: Daniel Elstner <danielk openismus com>
Date: Mon Sep 14 12:28:20 2009 +0200
Update Doxygen configuration for Doxygen 1.6.1
* docs/reference/Doxyfile.in: Update configuration file for
Doxygen 1.6.1.
(EXCLUDE_SYMBOLS): Remove "sigc" again from the list of excluded
symbols. With a recent build of libsigc++, this should no longer
be necessary.
(SORT_MEMBERS_CTORS_1ST): Set option to YES.
ChangeLog | 11 +++++++++++
docs/reference/Doxyfile.in | 11 +++++------
2 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4414198..0d2eee8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-09-14 Daniel Elstner <danielk openismus com>
+
+ Update Doxygen configuration for Doxygen 1.6.1
+
+ * docs/reference/Doxyfile.in: Update configuration file for
+ Doxygen 1.6.1.
+ (EXCLUDE_SYMBOLS): Remove "sigc" again from the list of excluded
+ symbols. With a recent build of libsigc++, this should no longer
+ be necessary.
+ (SORT_MEMBERS_CTORS_1ST): Set option to YES.
+
2009-09-04 Murray Cumming <murrayc murrayc com>
* libgda/src/metastruct.hg: Added the MetaStructError exception.
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 8d355bc..0474d04 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@
#---------------------------------------------------------------------------
@@ -75,6 +75,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
@@ -117,7 +118,6 @@ EXCLUDE_SYMBOLS = _* \
char_traits \
internal \
pair \
- sigc \
unary_function
EXAMPLE_PATH = "@abs_top_srcdir@/examples"
EXAMPLE_PATTERNS = *.cc \
@@ -176,8 +176,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
#---------------------------------------------------------------------------
@@ -193,6 +195,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
#---------------------------------------------------------------------------
@@ -289,7 +292,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]