summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-09-02 17:49:52 +0200
committerDaniel Elstner <danielk@openismus.com>2009-09-02 17:49:52 +0200
commit24683d74eaecc51b77ae27b36cd5d686692a7358 (patch)
tree07afcdefa389387eff5aacab69337372d775e045
parent3f8638839cd2dcc064ce4d2830ccbf7e71731de3 (diff)
downloadglibmm-24683d74eaecc51b77ae27b36cd5d686692a7358.tar.gz
Remove sigc from the Doxygen excluded symbols
* docs/reference/Doxyfile.in (EXCLUDE_SYMBOLS): Stop excluding the sigc namespace from the documentation since it apparently also removes the links to external documentation. Also, with the latest changes in libsigc++ it seems no longer necessary to suppress the symbol.
-rw-r--r--ChangeLog10
-rw-r--r--docs/reference/Doxyfile.in1
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b84aa0ed..ab9b827c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-09-02 Daniel Elstner <danielk@openismus.com>
+
+ Remove sigc from the Doxygen excluded symbols
+
+ * docs/reference/Doxyfile.in (EXCLUDE_SYMBOLS): Stop excluding
+ the sigc namespace from the documentation since it apparently
+ also removes the links to external documentation. Also, with
+ the latest changes in libsigc++ it seems no longer necessary to
+ suppress the symbol.
+
2009-09-01 Daniel Elstner <daniel.kitta@gmail.com>
Increment version to glibmm 2.21.4.2
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index ac34f81e..81c1b432 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -114,7 +114,6 @@ EXCLUDE_SYMBOLS = _* \
internal \
nil \
pair \
- sigc \
unary_function
EXAMPLE_PATH = "@abs_top_srcdir@/examples"
EXAMPLE_PATTERNS = *.cc \