diff options
author | David Robillard <d@drobilla.net> | 2020-10-29 17:54:55 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-30 10:58:31 +0100 |
commit | caf17373026a9de07ccd72edc282d46486257fb5 (patch) | |
tree | 99d68a4dbc4f3d08a075e6e3653ccde5aa6b0712 /bindings | |
parent | d7703c822c7b2373615a972f02667287635c667b (diff) | |
download | pugl-caf17373026a9de07ccd72edc282d46486257fb5.tar.gz pugl-caf17373026a9de07ccd72edc282d46486257fb5.tar.bz2 pugl-caf17373026a9de07ccd72edc282d46486257fb5.zip |
Clean up installed man pages
Diffstat (limited to 'bindings')
-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 @{ */ |