summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \