diff --git a/src/Magnum/Audio/Context.h b/src/Magnum/Audio/Context.h index ca877d0a2..68c5f240f 100644 --- a/src/Magnum/Audio/Context.h +++ b/src/Magnum/Audio/Context.h @@ -380,8 +380,9 @@ class MAGNUM_AUDIO_EXPORT Context::Configuration { * @brief Set HRTF configuration * @return Reference to self (for method chaining) * - * If set to @ref Hrtf::Default (the default), system OpenAL + * If set to @ref Hrtf "Hrtf::Default" (the default), system OpenAL * configuration is used. + * @todoc the fuck doxygen why can't you link to Hrtf::Default?! * @requires_al_extension Extension @alc_extension{SOFTX,HRTF} or * @alc_extension{SOFT,HRTF}, otherwise the setting will be simply * ignored diff --git a/src/Magnum/Audio/Renderer.h b/src/Magnum/Audio/Renderer.h index f0edbb4f5..5963d06a6 100644 --- a/src/Magnum/Audio/Renderer.h +++ b/src/Magnum/Audio/Renderer.h @@ -258,8 +258,9 @@ class Renderer { /** * @brief Set distance model * - * Default is @ref DistanceModel::InverseClamped. + * Default is @ref DistanceModel "DistanceModel::InverseClamped". * @see @fn_al_keyword{DistanceModel} + * @todoc why doxygen can't link to DistanceModel::InverseClamped?! */ static void setDistanceModel(DistanceModel model) { alDistanceModel(ALenum(model));