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/cairo.hpp | 4 ++-- bindings/cpp/include/pugl/gl.hpp | 4 ++-- bindings/cpp/include/pugl/pugl.hpp | 10 +++++----- bindings/cpp/include/pugl/stub.hpp | 4 ++-- bindings/cpp/include/pugl/vulkan.hpp | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) (limited to 'bindings') diff --git a/bindings/cpp/include/pugl/cairo.hpp b/bindings/cpp/include/pugl/cairo.hpp index 719ce1a..e619412 100644 --- a/bindings/cpp/include/pugl/cairo.hpp +++ b/bindings/cpp/include/pugl/cairo.hpp @@ -1,4 +1,4 @@ -// Copyright 2012-2020 David Robillard +// Copyright 2012-2023 David Robillard // SPDX-License-Identifier: ISC #ifndef PUGL_CAIRO_HPP @@ -10,7 +10,7 @@ namespace pugl { /** - @defgroup cairopp Cairo + @defgroup puglpp_cairo Cairo Cairo graphics support. @ingroup puglpp @{ diff --git a/bindings/cpp/include/pugl/gl.hpp b/bindings/cpp/include/pugl/gl.hpp index 1572bc7..7c361e6 100644 --- a/bindings/cpp/include/pugl/gl.hpp +++ b/bindings/cpp/include/pugl/gl.hpp @@ -1,4 +1,4 @@ -// Copyright 2012-2020 David Robillard +// Copyright 2012-2023 David Robillard // SPDX-License-Identifier: ISC #ifndef PUGL_GL_HPP @@ -11,7 +11,7 @@ namespace pugl { /** - @defgroup glpp OpenGL + @defgroup puglpp_gl OpenGL OpenGL graphics support. @ingroup puglpp @{ 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 @{ */ diff --git a/bindings/cpp/include/pugl/stub.hpp b/bindings/cpp/include/pugl/stub.hpp index 62eacbc..08281b0 100644 --- a/bindings/cpp/include/pugl/stub.hpp +++ b/bindings/cpp/include/pugl/stub.hpp @@ -1,4 +1,4 @@ -// Copyright 2012-2020 David Robillard +// Copyright 2012-2023 David Robillard // SPDX-License-Identifier: ISC #ifndef PUGL_STUB_HPP @@ -10,7 +10,7 @@ namespace pugl { /** - @defgroup stubpp Stub + @defgroup puglpp_stub Stub Stub graphics support. @ingroup puglpp @{ diff --git a/bindings/cpp/include/pugl/vulkan.hpp b/bindings/cpp/include/pugl/vulkan.hpp index 45dbb64..a742085 100644 --- a/bindings/cpp/include/pugl/vulkan.hpp +++ b/bindings/cpp/include/pugl/vulkan.hpp @@ -1,4 +1,4 @@ -// Copyright 2012-2020 David Robillard +// Copyright 2012-2023 David Robillard // SPDX-License-Identifier: ISC /* @@ -21,7 +21,7 @@ namespace pugl { /** - @defgroup vulkanpp Vulkan + @defgroup puglpp_vulkan Vulkan Vulkan graphics support. Note that the Pugl C++ wrapper does not use vulkan-hpp because it is a -- cgit v1.2.1