[glibmm] Exclude non-glibmm symbols from the documentation
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glibmm] Exclude non-glibmm symbols from the documentation
- Date: Mon, 17 Aug 2009 07:07:59 +0000 (UTC)
commit 6e3c0a1051882ea035d7ab2b86a346958cb3e4a7
Author: Daniel Elstner <danielk openismus com>
Date: Mon Aug 17 09:01:56 2009 +0200
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.
ChangeLog | 7 +++++++
docs/reference/Doxyfile.in | 3 +++
2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5cdbd2a..8a8ec12 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 10b0784..56e2c68 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 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]