diff --git a/SDL2pp/SDL2pp.hh b/SDL2pp/SDL2pp.hh index d36743e..9d39d7f 100644 --- a/SDL2pp/SDL2pp.hh +++ b/SDL2pp/SDL2pp.hh @@ -25,7 +25,7 @@ #include //////////////////////////////////////////////////////////// -/// \defgroup general +/// \defgroup general General /// /// \brief SDL library initialization and shutdown functions /// and error handling @@ -35,7 +35,7 @@ #include //////////////////////////////////////////////////////////// -/// \defgroup audio +/// \defgroup audio Audio /// /// \brief Audio device management and audio playback /// @@ -45,14 +45,14 @@ #include //////////////////////////////////////////////////////////// -/// \defgroup graphics +/// \defgroup graphics Graphics /// /// \brief Graphics output /// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// -/// \defgroup windows +/// \defgroup windows Window management /// /// \brief Display and window management /// @@ -62,7 +62,7 @@ #include //////////////////////////////////////////////////////////// -/// \defgroup rendering +/// \defgroup rendering 2D rendering /// /// \brief 2D accelerated rendering /// @@ -73,7 +73,7 @@ #include //////////////////////////////////////////////////////////// -/// \defgroup rect +/// \defgroup rect Rects and Points /// /// \brief Rectangle and point functions ///