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()