summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-28 10:58:14 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-28 13:15:39 +0100
commit40ad0e8f6c5cecc01b47763457a1d1676a1fbc76 (patch)
tree3c4991db3974fc07806658bc50ca4b6070e3a11a /odk
parent072eb61acbb9dbe01a45170c3d63e02869df1f07 (diff)
Declare SAL_THROW as documentation-only and deprecated
...which it effectively had been already anyway. Change-Id: I6c9ae34f59e8bd44a6be38e6e719ad0a96773c1c
Diffstat (limited to 'odk')
-rw-r--r--odk/docs/cpp/Doxyfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/odk/docs/cpp/Doxyfile b/odk/docs/cpp/Doxyfile
index f48bcdd63a2d..30346e0df020 100644
--- a/odk/docs/cpp/Doxyfile
+++ b/odk/docs/cpp/Doxyfile
@@ -36,5 +36,4 @@ PREDEFINED = \
__cplusplus \
SAL_CALL= \
SAL_DEPRECATED_INTERNAL(x)= \
- SAL_DEPRECATED(x)= \
- "SAL_THROW(x)=throw x"
+ SAL_DEPRECATED(x)=