summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-17 09:01:56 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-17 09:05:05 +0200
commit6e3c0a1051882ea035d7ab2b86a346958cb3e4a7 (patch)
tree798577d01c5b357c43b40f2549a6c2067ae28202 /docs
parent29c8650ce84f51155db815f5b39193a90f3e3d7c (diff)
downloadglibmm-6e3c0a1051882ea035d7ab2b86a346958cb3e4a7.tar.gz
Exclude non-glibmm symbols from the documentation
* docs/reference/Doxyfile.in (EXCLUDE_SYMBOLS): Add GTimeVal, nil and sigc to the list of symbols to exclude from the documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Doxyfile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 10b0784e..56e2c683 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -114,13 +114,16 @@ EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
EXCLUDE_SYMBOLS = _* \
+ GTimeVal \
adaptor_trait \
basic_filebuf \
basic_streambuf \
binary_function \
char_traits \
internal \
+ nil \
pair \
+ sigc \
unary_function
EXAMPLE_PATH = "@abs_top_srcdir@/examples"
EXAMPLE_PATTERNS = *.cc \