mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Fix comments
This commit is contained in:
parent
0cc8e489f8
commit
01a537218a
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user