[gtkmm] Predefine ATKMM_API and GDKMM_API for Doxygen



commit b5d296a814b3aa8ae0773173151d56d41fc7a6d9
Author: Daniel Elstner <danielk openismus com>
Date:   Wed Aug 19 19:15:08 2009 +0200

    Predefine ATKMM_API and GDKMM_API for Doxygen
    
    * docs/reference/Doxyfile.in (PREDEFINED): Define the ATKMM_API and
    GDKMM_API macros to the empty expansion, so they won't show up in
    the generated documentation.

 ChangeLog                  |    8 ++++++++
 docs/reference/Doxyfile.in |    2 ++
 2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7919ddb..4b777cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-08-19  Daniel Elstner  <danielk openismus com>
+
+	Predefine ATKMM_API and GDKMM_API for Doxygen
+
+	* docs/reference/Doxyfile.in (PREDEFINED): Define the ATKMM_API and
+	GDKMM_API macros to the empty expansion, so they won't show up in
+	the generated documentation.
+
 2009-08-18  Daniel Elstner  <danielk openismus com>
 
 	Use parametric Doxygen alias @since{m,n}
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 56cac73..4e92339 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -255,6 +255,8 @@ PREDEFINED             = __cplusplus \
                          GLIBMM_HAVE_WIDE_STREAM \
                          GLIBMM_PROPERTIES_ENABLED \
                          GLIBMM_VFUNCS_ENABLED \
+                         "ATKMM_API=" \
+                         "GDKMM_API=" \
                          "GTKMM_API=" \
                          GTKMM_ATKMM_ENABLED \
                          "GTKMM_USING_STD(x)="



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]