diff options
author | David Robillard <d@drobilla.net> | 2021-01-06 23:53:28 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-06 23:53:28 +0100 |
commit | cacad730f7edbf0645118a5783ba45dd4cfcd50b (patch) | |
tree | 90df0230ea899ca108d28ded01bcbb9f2bb23274 | |
parent | a3bd72a2d640e695739a15cb60f6c095bb90127d (diff) | |
download | pugl-cacad730f7edbf0645118a5783ba45dd4cfcd50b.tar.gz pugl-cacad730f7edbf0645118a5783ba45dd4cfcd50b.tar.bz2 pugl-cacad730f7edbf0645118a5783ba45dd4cfcd50b.zip |
Fix Doxygen group references
-rw-r--r-- | bindings/cxx/include/pugl/cairo.hpp | 2 | ||||
-rw-r--r-- | bindings/cxx/include/pugl/gl.hpp | 2 | ||||
-rw-r--r-- | bindings/cxx/include/pugl/stub.hpp | 2 | ||||
-rw-r--r-- | bindings/cxx/include/pugl/vulkan.hpp | 2 |
4 files changed, 4 insertions, 4 deletions
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 @{ */ |