summaryrefslogtreecommitdiffstats
path: root/odk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-29 15:01:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-29 15:03:01 +0200
commit8c3657658a70523005c0dbb19a691aa025da039a (patch)
treea5f561aaa3cfc8b015662a24903990975b901484 /odk
parentbogus TRUE/FALSE -> sal_False/sal_True (diff)
downloadcore-8c3657658a70523005c0dbb19a691aa025da039a.tar.gz
core-8c3657658a70523005c0dbb19a691aa025da039a.zip
Tweak comments
(Preventing documentation of macros via @cond ... @endcond is apparently at least broken in Doxygen 1.8.3 and working in Doxygen 1.8.4.) Change-Id: I2ee582119dba2c3d27db5298786d3076921af46d
Diffstat (limited to 'odk')
-rw-r--r--odk/pack/gendocu/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/pack/gendocu/Doxyfile b/odk/pack/gendocu/Doxyfile
index 75460486cdd3..26c8893d6624 100644
--- a/odk/pack/gendocu/Doxyfile
+++ b/odk/pack/gendocu/Doxyfile
@@ -34,6 +34,6 @@ MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
PREDEFINED = __cplusplus \
SAL_CALL= \
- SAL_DEPRECATED_INTERNAL= \
- SAL_DEPRECATED= \
+ SAL_DEPRECATED_INTERNAL(x)= \
+ SAL_DEPRECATED(x)= \
"SAL_THROW(x)=throw x"