summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Doxyfile.in1
1 files changed, 0 insertions, 1 deletions
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 \