Browse Source

Audio: Doxygen being shitty again.

pull/233/head
Vladimír Vondruš 8 years ago
parent
commit
49b0c9d2fc
  1. 3
      src/Magnum/Audio/Context.h
  2. 3
      src/Magnum/Audio/Renderer.h

3
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

3
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));

Loading…
Cancel
Save