aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cpp/include/pugl/pugl.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-03 15:16:48 -0500
committerDavid Robillard <d@drobilla.net>2023-01-03 15:16:48 -0500
commit40659178c04539fe4c70b144592cb0ee25376492 (patch)
treea8abb2969d3d6c554ced3f815b1976d0306d4374 /bindings/cpp/include/pugl/pugl.hpp
parent01471ca20e877710d6c3d26f3893f22b9eb7d487 (diff)
downloadpugl-40659178c04539fe4c70b144592cb0ee25376492.tar.gz
pugl-40659178c04539fe4c70b144592cb0ee25376492.tar.bz2
pugl-40659178c04539fe4c70b144592cb0ee25376492.zip
Use globally unique names for documentation groups
This becomes important when the documentation is included in larger projects.
Diffstat (limited to 'bindings/cpp/include/pugl/pugl.hpp')
-rw-r--r--bindings/cpp/include/pugl/pugl.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/bindings/cpp/include/pugl/pugl.hpp b/bindings/cpp/include/pugl/pugl.hpp
index 3f21dc6..d24c52f 100644
--- a/bindings/cpp/include/pugl/pugl.hpp
+++ b/bindings/cpp/include/pugl/pugl.hpp
@@ -1,4 +1,4 @@
-// Copyright 2012-2022 David Robillard <d@drobilla.net>
+// Copyright 2012-2023 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
#ifndef PUGL_PUGL_HPP
@@ -69,7 +69,7 @@ private:
using Rect = PuglRect; ///< @copydoc PuglRect
/**
- @defgroup eventspp Events
+ @defgroup puglpp_events Events
@{
*/
@@ -185,7 +185,7 @@ using DataEvent = Event<PUGL_DATA, PuglDataEvent>;
/**
@}
- @defgroup statuspp Status
+ @defgroup puglpp_status Status
@{
*/
@@ -216,7 +216,7 @@ strerror(const Status status) noexcept
/**
@}
- @defgroup worldpp World
+ @defgroup puglpp_world World
@{
*/
@@ -328,7 +328,7 @@ public:
/**
@}
- @defgroup viewpp View
+ @defgroup puglpp_view View
@{
*/