summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-20 11:29:04 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-20 11:29:04 +0200
commit6eedc8a075f5ca856b57c9df2210df4ff471f08d (patch)
treea595d0551cb242896b68c9eb4232a946742450a7
parent4c537aaaf7cd77fa13d2bd026537d5fd9b1e7245 (diff)
downloadglibmm-6eedc8a075f5ca856b57c9df2210df4ff471f08d.tar.gz
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.
-rw-r--r--ChangeLog7
-rw-r--r--docs/reference/Doxyfile.in1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b359fbc1..bd0df1a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-08-20 Daniel Elstner <danielk@openismus.com>
+ 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 <danielk@openismus.com>
+
Substitute API version in filenames dynamically
* glib/glibmm.pc.in: Rename file from glib/glibmm-2.4.pc.in.
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 \