diff options
author | Jack Lloyd <[email protected]> | 2017-10-19 10:49:24 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-10-19 10:49:24 -0400 |
commit | b084770543409555bfc928cdafe66d9475a55baf (patch) | |
tree | 4965c6066a6ba35296fd046a4356a36a68884bb8 /src/build-data/botan.doxy.in | |
parent | e990033be3f4ea3e226b1843e41dff6cd730543c (diff) |
Ignore BOTAN_DEPRECATED in Doxygen config
Fixes #1266
Diffstat (limited to 'src/build-data/botan.doxy.in')
-rw-r--r-- | src/build-data/botan.doxy.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/botan.doxy.in b/src/build-data/botan.doxy.in index d3d4944e2..4065ad7a1 100644 --- a/src/build-data/botan.doxy.in +++ b/src/build-data/botan.doxy.in @@ -160,6 +160,7 @@ PREDEFINED = BOTAN_HAS_AES_SSSE3 \ BOTAN_HAS_CHACHA_SSE2 \ BOTAN_HAS_SHACAL2_SIMD \ BOTAN_HAS_SHACAL2_X86 \ + BOTAN_DEPRECATED(msg)= \ BOTAN_PUBLIC_API(maj,min)= |