Browse Source

Audio: this Doxygen link seems to work now.

pull/168/head
Vladimír Vondruš 3 years ago
parent
commit
70b96c6b9c
  1. 3
      src/Magnum/Audio/Context.h

3
src/Magnum/Audio/Context.h

@ -473,9 +473,8 @@ class MAGNUM_AUDIO_EXPORT Context::Configuration {
* @brief Set HRTF configuration
* @return Reference to self (for method chaining)
*
* If set to @ref Hrtf "Hrtf::Default" (the default), system OpenAL
* If set to @ref 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

Loading…
Cancel
Save