From 1950f1e8dc21f5987d2e8a81a16e491933e99830 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Feb 2020 19:58:19 +0100 Subject: Fix documentation grouping --- pugl/pugl_gl.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pugl/pugl_gl.h') diff --git a/pugl/pugl_gl.h b/pugl/pugl_gl.h index 7789116..a13cba2 100644 --- a/pugl/pugl_gl.h +++ b/pugl/pugl_gl.h @@ -27,6 +27,13 @@ extern "C" { #endif +/** + @defgroup gl OpenGL + OpenGL graphics support. + @ingroup pugl + @{ +*/ + /** OpenGL extension function. */ @@ -50,4 +57,8 @@ puglGlBackend(void); } /* extern "C" */ #endif +/** + @} +*/ + #endif // PUGL_PUGL_GL_H -- cgit v1.2.1