From 60d0de6069db3168e2cdb104e27d3cf6306e0263 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 Nov 2020 16:07:39 +0100 Subject: Use named groups to group documentation We'll need identifiers for these to refer to them in the Sphinx documentation. --- bindings/cxx/include/pugl/pugl.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bindings/cxx/include/pugl/pugl.hpp') 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; /** @} - @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 @{ */ -- cgit v1.2.1