summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-19 17:09:35 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-19 17:09:35 +0200
commitafc324cf6994cf8adbfa5b0f06fa5a656f83cd82 (patch)
tree05fe56213a258cb3a79ba5b8dc2073fff12f0d44 /docs
parent21479056f6895e940c5a0518aa033c813cf2d873 (diff)
downloadglibmm-afc324cf6994cf8adbfa5b0f06fa5a656f83cd82.tar.gz
Predefine GLIBMM_API for Doxygen
* docs/reference/Doxyfile.in (PREDEFINED): Define GLIBMM_API to the empty expansion, so that it won't show up in the documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Doxyfile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index e32caa31..b2141243 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -242,6 +242,7 @@ PREDEFINED = __cplusplus \
"G_GNUC_NORETURN=" \
"G_GNUC_NULL_TERMINATED=" \
"G_GNUC_PURE=" \
+ "GLIBMM_API=" \
GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED \
GLIBMM_EXCEPTIONS_ENABLED \
GLIBMM_HAVE_WIDE_STREAM \