diff options
Diffstat (limited to 'bindings/cxx/include')
-rw-r--r-- | bindings/cxx/include/pugl/pugl.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bindings/cxx/include/pugl/pugl.hpp b/bindings/cxx/include/pugl/pugl.hpp index 6d2107b..1a07734 100644 --- a/bindings/cxx/include/pugl/pugl.hpp +++ b/bindings/cxx/include/pugl/pugl.hpp @@ -81,7 +81,7 @@ private: using Rect = PuglRect; ///< @copydoc PuglRect /** - @name Events + @defgroup eventsxx Events @{ */ @@ -183,7 +183,7 @@ using LoopLeaveEvent = Event<PUGL_LOOP_LEAVE, PuglEventLoopLeave>; /** @} - @name Status + @defgroup statusxx Status @{ */ @@ -214,7 +214,7 @@ strerror(const Status status) noexcept /** @} - @name World + @defgroup worldxx World @{ */ @@ -325,7 +325,7 @@ public: /** @} - @name View + @defgroup viewxx View @{ */ |