Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-09-15 19:33:18 +0400
committerGregory Maxwell <greg@xiph.org>2011-09-15 19:33:18 +0400
commit48069bf9bd2d1509185279d0d87e38aec84eea1a (patch)
treef5bff8153c53f5963b8faa1e04d1fa17bd981e59 /doc/Doxyfile.in
parent25f7f35555168f3426b9aad1efefab466f365af6 (diff)
Documentation and build script updates.
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 108c7ba4..ff808524 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1420,13 +1420,13 @@ ENABLE_PREPROCESSING = YES
# compilation will be performed. Macro expansion can be done in a controlled
# way by setting EXPAND_ONLY_PREDEF to YES.
-MACRO_EXPANSION = NO
+MACRO_EXPANSION = YES
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
# then the macro expansion is limited to the macros specified with the
# PREDEFINED and EXPAND_AS_DEFINED tags.
-EXPAND_ONLY_PREDEF = NO
+EXPAND_ONLY_PREDEF = YES
# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
# pointed to by INCLUDE_PATH will be searched when a #include is found.
@@ -1454,7 +1454,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED =
+PREDEFINED = OPUS_EXPORT=
# 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.