From 40659178c04539fe4c70b144592cb0ee25376492 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 3 Jan 2023 15:16:48 -0500 Subject: Use globally unique names for documentation groups This becomes important when the documentation is included in larger projects. --- bindings/cpp/include/pugl/pugl.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bindings/cpp/include/pugl/pugl.hpp') 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 +// Copyright 2012-2023 David Robillard // 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; /** @} - @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 @{ */ -- cgit v1.2.1