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