summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-06-02 02:15:49 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-06-02 23:17:29 -0400
commitdaa416700c3c289a13484b769083d41343687dc7 (patch)
tree1e31958799517e86b49a402f06cf1f353b64da65
parentc64f4a4265c66e5bcc7fbd621641aeb3a3280fdc (diff)
downloadopus-daa416700c3c289a13484b769083d41343687dc7.tar.gz
Fix doxygen docs wrt OPUS_WARN_UNUSED_RESULT and OPUS_ARG_NONNULL.
Also get the subname rigtht.
-rw-r--r--doc/Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 5bf1f879..b0d15abd 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -37,7 +37,7 @@ PROJECT_NUMBER = @VERSION@
# for a project that appears at the top of each page and should give viewer
# a quick idea about the purpose of the project. Keep the description short.
-PROJECT_BRIEF = IETF low-delay audio codec
+PROJECT_BRIEF = "IETF low-delay audio codec"
# With the PROJECT_LOGO tag one can specify an logo or icon that is
# included in the documentation. The maximum height of the logo should not
@@ -1454,7 +1454,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = OPUS_EXPORT=
+PREDEFINED = OPUS_EXPORT= 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.