aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-26 16:07:39 +0100
committerDavid Robillard <d@drobilla.net>2020-11-26 16:31:40 +0100
commit60d0de6069db3168e2cdb104e27d3cf6306e0263 (patch)
tree42fa6b456d53fc61a5947a5478901b9811ed7561 /bindings
parentc10c2a114cabcee614a5dd4a3c5359493f24d8e5 (diff)
downloadpugl-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')
-rw-r--r--bindings/cxx/include/pugl/pugl.hpp8
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
@{
*/