Reword docs a bit

This commit is contained in:
Dmitry Marakasov 2018-02-11 22:36:28 +03:00
parent 96bd99a9a7
commit d1e0a0e8be

View File

@ -43,8 +43,8 @@ class Music;
/// \headerfile SDL2pp/Mixer.hh /// \headerfile SDL2pp/Mixer.hh
/// ///
/// This class represents open SDL_mixer audio device. Object /// This class represents open SDL_mixer audio device. Object
/// of this class must be constructed before creating any /// of this class must be constructed before calling any other
/// SDL2pp:Chunk's. /// mixer functions.
/// ///
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
class SDL2PP_EXPORT Mixer { class SDL2PP_EXPORT Mixer {