From 6eedc8a075f5ca856b57c9df2210df4ff471f08d Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Thu, 20 Aug 2009 11:29:04 +0200 Subject: Predefine GIOMM_API for Doxygen * docs/reference/Doxyfile.in (PREDEFINED): Define GIOMM_API to the empty expansion, so that it won't show up in the documentation. --- ChangeLog | 7 +++++++ docs/reference/Doxyfile.in | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index b359fbc1..bd0df1a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-08-20 Daniel Elstner + + Predefine GIOMM_API for Doxygen + + * docs/reference/Doxyfile.in (PREDEFINED): Define GIOMM_API to the + empty expansion, so that it won't show up in the documentation. + 2009-08-20 Daniel Elstner Substitute API version in filenames dynamically diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in index b2141243..e6651fd7 100644 --- a/docs/reference/Doxyfile.in +++ b/docs/reference/Doxyfile.in @@ -243,6 +243,7 @@ PREDEFINED = __cplusplus \ "G_GNUC_NULL_TERMINATED=" \ "G_GNUC_PURE=" \ "GLIBMM_API=" \ + "GIOMM_API=" \ GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED \ GLIBMM_EXCEPTIONS_ENABLED \ GLIBMM_HAVE_WIDE_STREAM \ -- cgit v1.2.1