[librsvgmm] Do not predefine GTKMM_ATKMM_ENABLED for Doxygen



commit f812e8c417f0f1a6bf6918fd515fd112598ae0e8
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Tue Aug 18 18:42:11 2009 +0200

    Do not predefine GTKMM_ATKMM_ENABLED for Doxygen
    
    * doc/reference/Doxyfile.in (PREDEFINED): Remove GTKMM_ATKMM_ENABLED
    from the list of predefined macros, since librsvgmm does not depend
    on gtkmm.

 doc/reference/Doxyfile.in |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/doc/reference/Doxyfile.in b/doc/reference/Doxyfile.in
index cb6972b..cbbb8d5 100644
--- a/doc/reference/Doxyfile.in
+++ b/doc/reference/Doxyfile.in
@@ -231,8 +231,7 @@ PREDEFINED             = __cplusplus \
                          GLIBMM_VFUNCS_ENABLED \
                          GLIBMM_PROPERTIES_ENABLED \
                          GLIBMM_EXCEPTIONS_ENABLED \
-                         GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED \
-                         GTKMM_ATKMM_ENABLED
+                         GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
 EXPAND_AS_DEFINED      = LIBRSVGMM_MAJOR_VERSION \
                          LIBRSVGMM_MINOR_VERSION \
                          LIBRSVGMM_MICRO_VERSION



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