mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 03:15:59 -04:00
Fix groups
This commit is contained in:
parent
a5ffd2f7ec
commit
8c06e7f8b9
@ -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,
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user