summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2010-03-04 23:39:03 +0100
committerunknown <Administrator@.(none)>2010-03-16 09:33:39 +0100
commitacbc751e28446696fee92c236cfef176786409d5 (patch)
tree2bd93dd518e45f271dc3f7ab4b7a80ae4e3879f7 /cmake
parentcf307bbc5ac67c03fb8cadf8b7d8650d5d2cc210 (diff)
Decorated public exported functions with DBUS_EXPORT macro, reviewed by Colin Walters.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Doxyfile.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/Doxyfile.cmake b/cmake/Doxyfile.cmake
index 9bdfde84..e00984e7 100644
--- a/cmake/Doxyfile.cmake
+++ b/cmake/Doxyfile.cmake
@@ -148,7 +148,8 @@ PREDEFINED = "DBUS_BEGIN_DECLS=" \
"DOXYGEN_SHOULD_SKIP_THIS" \
"DBUS_GNUC_DEPRECATED=" \
"_DBUS_DEFINE_GLOBAL_LOCK(name)=" \
- "_DBUS_GNUC_PRINTF(from,to)="
+ "_DBUS_GNUC_PRINTF(from,to)=" \
+ "DBUS_EXPORT="
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
# Configuration::addtions related to external references