summaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-06-10 21:15:02 -0400
committerGregory Maxwell <greg@xiph.org>2012-06-10 21:15:02 -0400
commit1f65ce89b03a1d9c9bae9fa3ed0109b3bde21a60 (patch)
tree448d315af238fefe3256ab5bff1835e894f549b8 /doc/Doxyfile.in
parent2967d4e220ffe5805c833252861ad2a9c3f7d113 (diff)
downloadopus-1f65ce89b03a1d9c9bae9fa3ed0109b3bde21a60.tar.gz
Correct documentation in opus_custom.h.
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index b0d15abd..bbe5a439 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -613,7 +613,8 @@ WARN_LOGFILE =
INPUT = @top_srcdir@/include/opus.h \
@top_srcdir@/include/opus_types.h \
@top_srcdir@/include/opus_defines.h \
- @top_srcdir@/include/opus_multistream.h
+ @top_srcdir@/include/opus_multistream.h \
+ @top_srcdir@/include/opus_custom.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -1454,7 +1455,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = OPUS_EXPORT= OPUS_WARN_UNUSED_RESULT= OPUS_ARG_NONNULL(_x)=
+PREDEFINED = OPUS_EXPORT= OPUS_CUSTOM_EXPORT= OPUS_CUSTOM_EXPORT_STATIC= OPUS_WARN_UNUSED_RESULT= OPUS_ARG_NONNULL(_x)=
# 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.