Fix groups

This commit is contained in:
Dmitry Marakasov 2014-12-18 20:47:53 +03:00
parent a5ffd2f7ec
commit 8c06e7f8b9
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ public:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \class SDL2pp::Exception /// \class SDL2pp::Exception
/// \ingroup generic /// \ingroup general
/// ///
/// Internally, libSDL2pp checks return value of each SDL2 /// Internally, libSDL2pp checks return value of each SDL2
/// function it calls which may fail. If the function fails, /// function it calls which may fail. If the function fails,

View File

@ -102,7 +102,7 @@ public:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \class SDL2pp::SDL /// \class SDL2pp::SDL
/// \ingroup generic /// \ingroup general
/// ///
/// Before using any SDL2 functions, the library must be initialized. /// Before using any SDL2 functions, the library must be initialized.
/// Likewise, it should be deinitialized before application exits. /// Likewise, it should be deinitialized before application exits.