shithub: opus

Download patch

ref: daa416700c3c289a13484b769083d41343687dc7
parent: c64f4a4265c66e5bcc7fbd621641aeb3a3280fdc
author: Gregory Maxwell <[email protected]>
date: Fri Jun 1 22:15:49 EDT 2012

Fix doxygen docs wrt OPUS_WARN_UNUSED_RESULT and OPUS_ARG_NONNULL.

Also get the subname rigtht.

--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -37,7 +37,7 @@
 # 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 @@
 # 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.