aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'bindings')
-rw-r--r--bindings/cpp/include/.clang-tidy (renamed from bindings/cxx/include/.clang-tidy)0
-rw-r--r--bindings/cpp/include/pugl/cairo.hpp (renamed from bindings/cxx/include/pugl/cairo.hpp)4
-rw-r--r--bindings/cpp/include/pugl/gl.hpp (renamed from bindings/cxx/include/pugl/gl.hpp)4
-rw-r--r--bindings/cpp/include/pugl/pugl.hpp (renamed from bindings/cxx/include/pugl/pugl.hpp)10
-rw-r--r--bindings/cpp/include/pugl/stub.hpp (renamed from bindings/cxx/include/pugl/stub.hpp)4
-rw-r--r--bindings/cpp/include/pugl/vulkan.hpp (renamed from bindings/cxx/include/pugl/vulkan.hpp)4
6 files changed, 13 insertions, 13 deletions
diff --git a/bindings/cxx/include/.clang-tidy b/bindings/cpp/include/.clang-tidy
index 816223d..816223d 100644
--- a/bindings/cxx/include/.clang-tidy
+++ b/bindings/cpp/include/.clang-tidy
diff --git a/bindings/cxx/include/pugl/cairo.hpp b/bindings/cpp/include/pugl/cairo.hpp
index 15dc5de..b42af0d 100644
--- a/bindings/cxx/include/pugl/cairo.hpp
+++ b/bindings/cpp/include/pugl/cairo.hpp
@@ -23,9 +23,9 @@
namespace pugl {
/**
- @defgroup cairoxx Cairo
+ @defgroup cairopp Cairo
Cairo graphics support.
- @ingroup puglxx
+ @ingroup puglpp
@{
*/
diff --git a/bindings/cxx/include/pugl/gl.hpp b/bindings/cpp/include/pugl/gl.hpp
index 023dd45..3e23a57 100644
--- a/bindings/cxx/include/pugl/gl.hpp
+++ b/bindings/cpp/include/pugl/gl.hpp
@@ -24,9 +24,9 @@
namespace pugl {
/**
- @defgroup glxx OpenGL
+ @defgroup glpp OpenGL
OpenGL graphics support.
- @ingroup puglxx
+ @ingroup puglpp
@{
*/
diff --git a/bindings/cxx/include/pugl/pugl.hpp b/bindings/cpp/include/pugl/pugl.hpp
index fc3bb03..51cfdb8 100644
--- a/bindings/cxx/include/pugl/pugl.hpp
+++ b/bindings/cpp/include/pugl/pugl.hpp
@@ -30,7 +30,7 @@
namespace pugl {
/**
- @defgroup puglxx Pugl C++ API
+ @defgroup puglpp Pugl C++ API
Pugl C++ API wrapper.
@{
*/
@@ -81,7 +81,7 @@ private:
using Rect = PuglRect; ///< @copydoc PuglRect
/**
- @defgroup eventsxx Events
+ @defgroup eventspp Events
@{
*/
@@ -183,7 +183,7 @@ using LoopLeaveEvent = Event<PUGL_LOOP_LEAVE, PuglEventLoopLeave>;
/**
@}
- @defgroup statusxx Status
+ @defgroup statuspp Status
@{
*/
@@ -214,7 +214,7 @@ strerror(const Status status) noexcept
/**
@}
- @defgroup worldxx World
+ @defgroup worldpp World
@{
*/
@@ -325,7 +325,7 @@ public:
/**
@}
- @defgroup viewxx View
+ @defgroup viewpp View
@{
*/
diff --git a/bindings/cxx/include/pugl/stub.hpp b/bindings/cpp/include/pugl/stub.hpp
index fbafcee..e4a33c1 100644
--- a/bindings/cxx/include/pugl/stub.hpp
+++ b/bindings/cpp/include/pugl/stub.hpp
@@ -23,9 +23,9 @@
namespace pugl {
/**
- @defgroup stubxx Stub
+ @defgroup stubpp Stub
Stub graphics support.
- @ingroup puglxx
+ @ingroup puglpp
@{
*/
diff --git a/bindings/cxx/include/pugl/vulkan.hpp b/bindings/cpp/include/pugl/vulkan.hpp
index f3dbcad..d65b2d6 100644
--- a/bindings/cxx/include/pugl/vulkan.hpp
+++ b/bindings/cpp/include/pugl/vulkan.hpp
@@ -34,7 +34,7 @@
namespace pugl {
/**
- @defgroup vulkanxx Vulkan
+ @defgroup vulkanpp Vulkan
Vulkan graphics support.
Note that the Pugl C++ wrapper does not use vulkan-hpp because it is a
@@ -43,7 +43,7 @@ namespace pugl {
vulkan-hpp smart handles, it is relatively straightforward to wrap the
result of createSurface() manually.
- @ingroup puglxx
+ @ingroup puglpp
@{
*/