summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog7
-rw-r--r--docs/reference/Doxyfile.in3
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cdbd2a9..8a8ec120 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-08-17 Daniel Elstner <danielk@openismus.com>
+
+ Exclude GTimeVal and nil from the documentation
+
+ * docs/reference/Doxyfile.in (EXCLUDE_SYMBOLS): Add GTimeVal and
+ nil to the list of symbols to exclude from the documentation.
+
2009-08-17 Daniel Elstner <daniel.kitta@gmail.com>
Reenable JAVADOC_AUTOBRIEF mode of Doxygen
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 \