diff options
-rw-r--r-- | bindings/cxx/include/pugl/pugl.hpp | 4 | ||||
-rw-r--r-- | include/pugl/pugl.h | 5 |
2 files changed, 1 insertions, 8 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. @{ */ diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h index 7fa6c31..150a5bc 100644 --- a/include/pugl/pugl.h +++ b/include/pugl/pugl.h @@ -65,10 +65,6 @@ PUGL_BEGIN_DECLS /** - @defgroup pugldoc Pugl - A minimal portable API for embeddable GUIs. - @{ - @defgroup pugl Pugl C API Pugl C API. @{ @@ -1518,7 +1514,6 @@ puglHideWindow(PuglView* view); /** @} @} - @} */ PUGL_END_DECLS |