diff options
author | David Robillard <d@drobilla.net> | 2020-11-26 16:07:38 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-26 16:31:39 +0100 |
commit | c10c2a114cabcee614a5dd4a3c5359493f24d8e5 (patch) | |
tree | a9cbc7ab23ed8260b59a31a9913145e35e302fa6 /bindings/cxx/include | |
parent | 5c651ee28d28ddcfb62f105b3621400952a761d5 (diff) | |
download | pugl-c10c2a114cabcee614a5dd4a3c5359493f24d8e5.tar.gz pugl-c10c2a114cabcee614a5dd4a3c5359493f24d8e5.tar.bz2 pugl-c10c2a114cabcee614a5dd4a3c5359493f24d8e5.zip |
Remove top-level documentation group
This will not be used in Sphinx.
Diffstat (limited to 'bindings/cxx/include')
-rw-r--r-- | bindings/cxx/include/pugl/pugl.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bindings/cxx/include/pugl/pugl.hpp b/bindings/cxx/include/pugl/pugl.hpp index 8cd5e34..6d2107b 100644 --- a/bindings/cxx/include/pugl/pugl.hpp +++ b/bindings/cxx/include/pugl/pugl.hpp @@ -31,9 +31,7 @@ namespace pugl { /** @defgroup puglxx Pugl C++ API - C++ API wrapper. - - @ingroup pugldoc + Pugl C++ API wrapper. @{ */ |