summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-04-25 00:05:18 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-25 00:05:18 +0000
commitaccc9ca58f25d35ed4320a8d1ab46b580e0a5705 (patch)
tree38d67e46639177f78133a5b33859f52820ec4598 /docs
parentd116904056335c2d1068523f1b4215c28c3274b3 (diff)
parente63cb6ffc50522457c065f3449f1173e57bc3320 (diff)
downloadnative-accc9ca58f25d35ed4320a8d1ab46b580e0a5705.tar.gz
Merge "Define more things to improve doxygen generation." am: c04410ed69 am: e63cb6ffc5
Change-Id: I8843ee40da3c1835d1c8aa18ecdf990d01aeb00b
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile18
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index efa639d2e7..a1bd960c5a 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -1621,7 +1621,23 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = __attribute__(x)=
+PREDEFINED = \
+ "__ANDROID_API__=10000" \
+ "__BEGIN_DECLS=" \
+ "__END_DECLS=" \
+ "__INTRODUCED_IN(x)=" \
+ "__INTRODUCED_IN_32(x)=" \
+ "__INTRODUCED_IN_64(x)=" \
+ "__RENAME(x)=" \
+ "__RENAME_LDBL(x,y,z)=" \
+ "__printflike(x,y)=" \
+ "__attribute__(x)=" \
+ "__wur=" \
+ "__mallocfunc=" \
+ "__attribute_pure__=" \
+ "__attribute__(x)=" \
+ __ANDROID__ \
+ __BIONIC__ \
# 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.