From 8c06e7f8b91103f88f96f5f8875026c4f5d1f835 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 18 Dec 2014 20:47:53 +0300 Subject: [PATCH] Fix groups --- SDL2pp/Exception.hh | 2 +- SDL2pp/SDL.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SDL2pp/Exception.hh b/SDL2pp/Exception.hh index db14b4d..3971bb8 100644 --- a/SDL2pp/Exception.hh +++ b/SDL2pp/Exception.hh @@ -78,7 +78,7 @@ public: //////////////////////////////////////////////////////////// /// \class SDL2pp::Exception -/// \ingroup generic +/// \ingroup general /// /// Internally, libSDL2pp checks return value of each SDL2 /// function it calls which may fail. If the function fails, diff --git a/SDL2pp/SDL.hh b/SDL2pp/SDL.hh index e76ac0e..aa15b56 100644 --- a/SDL2pp/SDL.hh +++ b/SDL2pp/SDL.hh @@ -102,7 +102,7 @@ public: //////////////////////////////////////////////////////////// /// \class SDL2pp::SDL -/// \ingroup generic +/// \ingroup general /// /// Before using any SDL2 functions, the library must be initialized. /// Likewise, it should be deinitialized before application exits.