[glibmm] Remove sigc from the Doxygen excluded symbols
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glibmm] Remove sigc from the Doxygen excluded symbols
- Date: Wed, 2 Sep 2009 15:50:34 +0000 (UTC)
commit 24683d74eaecc51b77ae27b36cd5d686692a7358
Author: Daniel Elstner <danielk openismus com>
Date: Wed Sep 2 17:49:52 2009 +0200
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.
ChangeLog | 10 ++++++++++
docs/reference/Doxyfile.in | 1 -
2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b84aa0e..ab9b827 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 ac34f81..81c1b43 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 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]