summaryrefslogtreecommitdiffstats
path: root/Doxyfile.java.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.java.in
parent4c94961d5cce027317af3efeff37998604435524 (diff)
Use jau/packed_attribute.hpp; MgmtTypes.hpp: Encapsulate Cmd and Event data MgmtLinkKey, MgmtLongTermKey, MgmtIdentityResolvingKey and MgmtConnParam
Diffstat (limited to 'Doxyfile.java.in')
-rw-r--r--Doxyfile.java.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile.java.in b/Doxyfile.java.in
index e41e2ae3..38cc0b16 100644
--- a/Doxyfile.java.in
+++ b/Doxyfile.java.in
@@ -1982,7 +1982,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