diff options
author | David Robillard <d@drobilla.net> | 2020-11-26 16:07:39 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-26 16:31:40 +0100 |
commit | 60d0de6069db3168e2cdb104e27d3cf6306e0263 (patch) | |
tree | 42fa6b456d53fc61a5947a5478901b9811ed7561 /bindings/cxx/include | |
parent | c10c2a114cabcee614a5dd4a3c5359493f24d8e5 (diff) | |
download | pugl-60d0de6069db3168e2cdb104e27d3cf6306e0263.tar.gz pugl-60d0de6069db3168e2cdb104e27d3cf6306e0263.tar.bz2 pugl-60d0de6069db3168e2cdb104e27d3cf6306e0263.zip |
Use named groups to group documentation
We'll need identifiers for these to refer to them in the Sphinx documentation.
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 @{ */ |