diff options
Diffstat (limited to 'pugl/pugl.hpp')
-rw-r--r-- | pugl/pugl.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pugl/pugl.hpp b/pugl/pugl.hpp index e3f49ea..1c4b9e7 100644 --- a/pugl/pugl.hpp +++ b/pugl/pugl.hpp @@ -24,8 +24,9 @@ #include "pugl/pugl.h" /** - @defgroup puglmm Puglmm + @defgroup puglxx C++ Pugl C++ API wrapper. + @ingroup pugl @{ */ |