diff --git a/SDL2pp/Mixer.hh b/SDL2pp/Mixer.hh index d6e7c71..65434f8 100644 --- a/SDL2pp/Mixer.hh +++ b/SDL2pp/Mixer.hh @@ -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 diff --git a/SDL2pp/Music.hh b/SDL2pp/Music.hh index c3258a4..d5695f9 100644 --- a/SDL2pp/Music.hh +++ b/SDL2pp/Music.hh @@ -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;