Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit accc9ca5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Define more things to improve doxygen generation." am: c04410ed am: e63cb6ff

Change-Id: I8843ee40da3c1835d1c8aa18ecdf990d01aeb00b
parents d1169040 e63cb6ff
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
@@ -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.