From 1e679c42c7d8f04904a8468d57a7b3e8564fb37a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 27 Oct 2014 22:52:03 +0100 Subject: [PATCH] Audio: removed autolink-preventing % noise. --- src/Magnum/Audio/Context.h | 2 +- src/Magnum/Audio/Source.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Magnum/Audio/Context.h b/src/Magnum/Audio/Context.h index 2ef9c37d5..92d43a0dd 100644 --- a/src/Magnum/Audio/Context.h +++ b/src/Magnum/Audio/Context.h @@ -71,7 +71,7 @@ class MAGNUM_AUDIO_EXPORT Context { std::string vendorString() const { return alGetString(AL_VENDOR); } /** - * @brief %Renderer string + * @brief Renderer string * * @see @ref vendorString(), @fn_al{GetString} with @def_al{RENDERER} */ diff --git a/src/Magnum/Audio/Source.h b/src/Magnum/Audio/Source.h index ff5b3ae29..8bbb56b2d 100644 --- a/src/Magnum/Audio/Source.h +++ b/src/Magnum/Audio/Source.h @@ -42,7 +42,7 @@ namespace Magnum { namespace Audio { /** -@brief %Source +@brief Source Manages positional audio source. @todo Expose convenient API for buffer queuing @@ -327,7 +327,7 @@ class MAGNUM_AUDIO_EXPORT Source { /** @{ @name Buffer management */ /** - * @brief %Source type + * @brief Source type * * @see @ref type() */ @@ -338,7 +338,7 @@ class MAGNUM_AUDIO_EXPORT Source { }; /** - * @brief %Source type + * @brief Source type * * @see @ref setBuffer(), @fn_al{GetSourcei} with @def_al{SOURCE_TYPE} */ @@ -346,7 +346,7 @@ class MAGNUM_AUDIO_EXPORT Source { /** * @brief Attach buffer - * @param buffer %Buffer to attach or `nullptr` + * @param buffer Buffer to attach or `nullptr` * @return Reference to self (for method chaining) * * If an buffer is attached, changes source type to @ref Type::Static, @@ -361,7 +361,7 @@ class MAGNUM_AUDIO_EXPORT Source { /** @{ @name State management */ /** - * @brief %Source state + * @brief Source state * * @see @ref state(), @ref play(), @ref pause(), @ref stop(), * @ref rewind()