summaryrefslogtreecommitdiffstats
path: root/Doxyfile.cpp.in
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-11-10 04:06:07 +0100
committerSven Gothel <[email protected]>2020-11-10 04:06:07 +0100
commit012d373d55052857456bfd073cf0568eb260968a (patch)
tree00cc64fd25f3038c0aee6cd5ff3e74b0de271c8e /Doxyfile.cpp.in
parent4c94961d5cce027317af3efeff37998604435524 (diff)
Use jau/packed_attribute.hpp; MgmtTypes.hpp: Encapsulate Cmd and Event data MgmtLinkKey, MgmtLongTermKey, MgmtIdentityResolvingKey and MgmtConnParam
Diffstat (limited to 'Doxyfile.cpp.in')
-rw-r--r--Doxyfile.cpp.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile.cpp.in b/Doxyfile.cpp.in
index bb0cf7b0..b1e16589 100644
--- a/Doxyfile.cpp.in
+++ b/Doxyfile.cpp.in
@@ -1987,7 +1987,8 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-PREDEFINED = "__attribute__((x))="
+PREDEFINED = "__attribute__((x))=" \
+ "__pack(x)=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. The