[libgdamm] Make Doxygen ignore namespace sigc



commit ebbc308ff6f0090a70d8d37c95eae6742d227a0d
Author: Daniel Elstner <danielk openismus com>
Date:   Mon Aug 31 19:28:01 2009 +0200

    Make Doxygen ignore namespace sigc
    
    * docs/reference/Doxyfile.in (EXCLUDE_SYMBOLS): Add "sigc" to the
    list of symbols to ignore.

 ChangeLog                  |    7 +++++++
 docs/reference/Doxyfile.in |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 94607ef..01c8e64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-08-31  Daniel Elstner  <danielk openismus com>
+
+	Make Doxygen ignore namespace sigc
+
+	* docs/reference/Doxyfile.in (EXCLUDE_SYMBOLS): Add "sigc" to the
+	list of symbols to ignore.
+
 2009-08-28  Daniel Elstner  <danielk openismus com>
 
 	Fix documentation location in pkg-config files
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index b0e6ad0..8d355bc 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -117,6 +117,7 @@ EXCLUDE_SYMBOLS        = _* \
                          char_traits \
                          internal \
                          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]