From 6be5a5d0e7b9f296a66fda9ee96e9af8f0909921 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 19 Dec 2014 21:52:27 +0300 Subject: [PATCH] Provide group names --- SDL2pp/SDL2pp.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ///