From cacad730f7edbf0645118a5783ba45dd4cfcd50b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Jan 2021 23:53:28 +0100 Subject: Fix Doxygen group references --- bindings/cxx/include/pugl/cairo.hpp | 2 +- bindings/cxx/include/pugl/gl.hpp | 2 +- bindings/cxx/include/pugl/stub.hpp | 2 +- bindings/cxx/include/pugl/vulkan.hpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'bindings/cxx') diff --git a/bindings/cxx/include/pugl/cairo.hpp b/bindings/cxx/include/pugl/cairo.hpp index 126bfe3..15dc5de 100644 --- a/bindings/cxx/include/pugl/cairo.hpp +++ b/bindings/cxx/include/pugl/cairo.hpp @@ -25,7 +25,7 @@ namespace pugl { /** @defgroup cairoxx Cairo Cairo graphics support. - @ingroup pugl_cxx + @ingroup puglxx @{ */ diff --git a/bindings/cxx/include/pugl/gl.hpp b/bindings/cxx/include/pugl/gl.hpp index c845d80..023dd45 100644 --- a/bindings/cxx/include/pugl/gl.hpp +++ b/bindings/cxx/include/pugl/gl.hpp @@ -26,7 +26,7 @@ namespace pugl { /** @defgroup glxx OpenGL OpenGL graphics support. - @ingroup pugl_cxx + @ingroup puglxx @{ */ diff --git a/bindings/cxx/include/pugl/stub.hpp b/bindings/cxx/include/pugl/stub.hpp index 6946fe0..fbafcee 100644 --- a/bindings/cxx/include/pugl/stub.hpp +++ b/bindings/cxx/include/pugl/stub.hpp @@ -25,7 +25,7 @@ namespace pugl { /** @defgroup stubxx Stub Stub graphics support. - @ingroup pugl_cxx + @ingroup puglxx @{ */ diff --git a/bindings/cxx/include/pugl/vulkan.hpp b/bindings/cxx/include/pugl/vulkan.hpp index 2612578..f3dbcad 100644 --- a/bindings/cxx/include/pugl/vulkan.hpp +++ b/bindings/cxx/include/pugl/vulkan.hpp @@ -43,7 +43,7 @@ namespace pugl { vulkan-hpp smart handles, it is relatively straightforward to wrap the result of createSurface() manually. - @ingroup pugl_cxx + @ingroup puglxx @{ */ -- cgit v1.2.1