Skip to content

Commit

Permalink
Merge "Define more things to improve doxygen generation." am: c04410e
Browse files Browse the repository at this point in the history
Change-Id: Id38573d781ad94c4c8479a1690205db39dd1286c
  • Loading branch information
Treehugger Robot authored and android-build-merge-worker-robot committed Apr 24, 2020
2 parents bccee21 + c04410e commit e63cb6f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e63cb6f

Please sign in to comment.