diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-28 10:58:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-28 13:15:39 +0100 |
commit | 40ad0e8f6c5cecc01b47763457a1d1676a1fbc76 (patch) | |
tree | 3c4991db3974fc07806658bc50ca4b6070e3a11a /odk/docs/cpp | |
parent | 072eb61acbb9dbe01a45170c3d63e02869df1f07 (diff) |
Declare SAL_THROW as documentation-only and deprecated
...which it effectively had been already anyway.
Change-Id: I6c9ae34f59e8bd44a6be38e6e719ad0a96773c1c
Diffstat (limited to 'odk/docs/cpp')
-rw-r--r-- | odk/docs/cpp/Doxyfile | 3 |
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)= |