diff options
Diffstat (limited to 'bindings/cxx')
-rw-r--r-- | bindings/cxx/include/pugl/pugl.hpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bindings/cxx/include/pugl/pugl.hpp b/bindings/cxx/include/pugl/pugl.hpp index 65793b2..32680cd 100644 --- a/bindings/cxx/include/pugl/pugl.hpp +++ b/bindings/cxx/include/pugl/pugl.hpp @@ -32,16 +32,13 @@ #include <stdexcept> #include <type_traits> -/** - Pugl C++ API namespace. -*/ namespace pugl { /** - @defgroup pugl_cxx C++ API + @defgroup puglxx Pugl C++ API C++ API wrapper. - @ingroup pugl + @ingroup pugldoc @{ */ |