summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author vichang <vichang@google.com> 2021-08-02 09:55:59 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-08-02 09:55:59 +0000
commita42cf8d65f8fa426ecda84413d10bd52da8b7782 (patch)
treeb61856cda76959f67984e3b70baa3450216f98fe
parent3d2a8f50294c2b7e4a82095a530e938a2c856d98 (diff)
parent75788cdd92390b29f11850fdbf635cb9962c6115 (diff)
Merge "Predefine U_IN_DOXYGEN in NDK Doxyfile"
-rw-r--r--docs/Doxyfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index a1bd960c5a..ea22337f3f 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -1638,6 +1638,7 @@ PREDEFINED = \
"__attribute__(x)=" \
__ANDROID__ \
__BIONIC__ \
+ "U_IN_DOXYGEN=1" \ # Required by the ICU4C module only
# 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.