aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-03-02 13:33:25 +0100
committerTobias Brunner <tobias@strongswan.org>2013-03-02 18:31:52 +0100
commitcd612784e4f2d5a94347a9214ebdc89a96c0c965 (patch)
tree8ad9f9b37909a18530f3bd26828a2ba9b0e50a01 /Doxyfile.in
parentb6a387f7b0012cbc7483e7ffe0f223de999f6916 (diff)
downloadstrongswan-cd612784e4f2d5a94347a9214ebdc89a96c0c965.tar.bz2
strongswan-cd612784e4f2d5a94347a9214ebdc89a96c0c965.tar.xz
Prevent Doxygen from processing __attribute__(...)
Doxygen produces additional members/classes from these attributes.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index b0385d2c4..9a44df82e 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -1519,7 +1519,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = LEAK_DETECTIVE
+PREDEFINED = LEAK_DETECTIVE __attribute__(x)=
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.