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.