Fix comments

This commit is contained in:
Dmitry Marakasov 2015-09-01 00:32:03 +03:00
parent 0cc8e489f8
commit 01a537218a
2 changed files with 6 additions and 6 deletions

View File

@ -436,7 +436,7 @@ public:
///
/// \param[in] tag A group number
///
/// \returns The channel found on success. -1 is returned when \
/// \returns The channel found on success. -1 is returned when
/// no channels in the group are available
///
/// \see https://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.html#SEC47
@ -449,7 +449,7 @@ public:
///
/// \param[in] tag A group number
///
/// \returns The channel found on success. -1 is returned when \
/// \returns The channel found on success. -1 is returned when
/// no channels in the group are available
///
/// \see https://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.html#SEC48
@ -462,7 +462,7 @@ public:
///
/// \param[in] tag A group number
///
/// \returns The channel found on success. -1 is returned when \
/// \returns The channel found on success. -1 is returned when
/// no channels in the group are available
///
/// \see https://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.html#SEC49

View File

@ -44,7 +44,7 @@ public:
////////////////////////////////////////////////////////////
/// \brief Construct from existing Mix_Music pointer
///
/// \param[in] chunk Existing Mix_Music to manage
/// \param[in] music Existing Mix_Music to manage
///
////////////////////////////////////////////////////////////
Music(Mix_Music* music);
@ -104,9 +104,9 @@ public:
Music& operator=(const Music& other) = delete;
////////////////////////////////////////////////////////////
/// \brief Get pointer to managed Mix_Music object
/// \brief Get pointer to managed Mix_Music
///
/// \returns Pointer to managed Mix_Music object
/// \returns Pointer to managed Mix_Music
///
////////////////////////////////////////////////////////////
Mix_Music* Get() const;