From 99afa9c48e934711f5b07a917b68411353453338 Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Fri, 22 Oct 2021 12:19:42 +0000 Subject: Fix opus.h for doxygen when referencing alternative values Doxygen was not able to resolve the references because it looked for OPUS_APPLICATION_VOIP/@ref. Signed-off-by: Mark Harris --- include/opus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/opus.h b/include/opus.h index d282f21d..0a4e508a 100644 --- a/include/opus.h +++ b/include/opus.h @@ -198,7 +198,7 @@ OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_encoder_get_size(int channels); * This must be one of 8000, 12000, 16000, * 24000, or 48000. * @param [in] channels int: Number of channels (1 or 2) in input signal - * @param [in] application int: Coding mode (@ref OPUS_APPLICATION_VOIP/@ref OPUS_APPLICATION_AUDIO/@ref OPUS_APPLICATION_RESTRICTED_LOWDELAY) + * @param [in] application int: Coding mode (@ref OPUS_APPLICATION_VOIP|@ref OPUS_APPLICATION_AUDIO|@ref OPUS_APPLICATION_RESTRICTED_LOWDELAY) * @param [out] error int*: @ref opus_errorcodes * @note Regardless of the sampling rate and number channels selected, the Opus encoder * can switch to a lower audio bandwidth or number of channels if the bitrate -- cgit v1.2.1