diff --git a/SDL2pp/Chunk.hh b/SDL2pp/Chunk.hh index 91077e9..4dbb5a7 100644 --- a/SDL2pp/Chunk.hh +++ b/SDL2pp/Chunk.hh @@ -31,7 +31,7 @@ namespace SDL2pp { class RWops; //////////////////////////////////////////////////////////// -/// \brief Chunk of SDL_mixer audio data +/// \brief Chunk of audio data /// /// \ingroup mixer /// diff --git a/SDL2pp/Mixer.hh b/SDL2pp/Mixer.hh index 53d032c..2c3f64e 100644 --- a/SDL2pp/Mixer.hh +++ b/SDL2pp/Mixer.hh @@ -35,7 +35,7 @@ class Chunk; class Music; //////////////////////////////////////////////////////////// -/// \brief SDL_mixer's audio mixer +/// \brief Audio mixer /// /// \ingroup mixer /// diff --git a/SDL2pp/Music.hh b/SDL2pp/Music.hh index d5695f9..897d4eb 100644 --- a/SDL2pp/Music.hh +++ b/SDL2pp/Music.hh @@ -29,7 +29,7 @@ namespace SDL2pp { //////////////////////////////////////////////////////////// -/// \brief SDL_mixer music data +/// \brief Music data /// /// \ingroup mixer /// diff --git a/SDL2pp/SDL.hh b/SDL2pp/SDL.hh index 10593ec..9043d70 100644 --- a/SDL2pp/SDL.hh +++ b/SDL2pp/SDL.hh @@ -27,7 +27,8 @@ namespace SDL2pp { //////////////////////////////////////////////////////////// -/// \brief Class taking care of SDL2 library initialization and deinitialization +/// \brief Helper class taking care of SDL library initialization +/// and deinitialization /// /// \ingroup general /// diff --git a/SDL2pp/SDLImage.hh b/SDL2pp/SDLImage.hh index bcbc191..264e4d7 100644 --- a/SDL2pp/SDLImage.hh +++ b/SDL2pp/SDLImage.hh @@ -25,7 +25,8 @@ namespace SDL2pp { //////////////////////////////////////////////////////////// -/// \brief Object taking care of SDL_image library initialization and deinitialization +/// \brief Helper class taking care of SDL_image library initialization +/// and deinitialization /// /// \ingroup image /// diff --git a/SDL2pp/SDLMixer.hh b/SDL2pp/SDLMixer.hh index e105ba7..e33a26c 100644 --- a/SDL2pp/SDLMixer.hh +++ b/SDL2pp/SDLMixer.hh @@ -25,7 +25,8 @@ namespace SDL2pp { //////////////////////////////////////////////////////////// -/// \brief Object taking care of SDL_mixer library initialization and deinitialization +/// \brief Helper class taking care of SDL_mixer library initialization +/// and deinitialization /// /// \ingroup mixer /// diff --git a/SDL2pp/SDLTTF.hh b/SDL2pp/SDLTTF.hh index 23766f9..e8a4c9f 100644 --- a/SDL2pp/SDLTTF.hh +++ b/SDL2pp/SDLTTF.hh @@ -25,7 +25,8 @@ namespace SDL2pp { //////////////////////////////////////////////////////////// -/// \brief Object taking care of SDL_ttf library initialization and deinitialization +/// \brief Helper class taking care of SDL_ttf library initialization +/// and deinitialization /// /// \ingroup ttf ///