aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_gl.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-02-29 19:58:19 +0100
committerDavid Robillard <d@drobilla.net>2020-03-01 20:32:23 +0100
commit1950f1e8dc21f5987d2e8a81a16e491933e99830 (patch)
tree716e301faaea6bb671b8e76954c5419861f506f5 /pugl/pugl_gl.h
parent40805c1ff90bf7c5917605cb71c701abc2d66313 (diff)
downloadpugl-1950f1e8dc21f5987d2e8a81a16e491933e99830.tar.gz
pugl-1950f1e8dc21f5987d2e8a81a16e491933e99830.tar.bz2
pugl-1950f1e8dc21f5987d2e8a81a16e491933e99830.zip
Fix documentation grouping
Diffstat (limited to 'pugl/pugl_gl.h')
-rw-r--r--pugl/pugl_gl.h11
1 files changed, 11 insertions, 0 deletions
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
@@ -28,6 +28,13 @@ extern "C" {
#endif
/**
+ @defgroup gl OpenGL
+ OpenGL graphics support.
+ @ingroup pugl
+ @{
+*/
+
+/**
OpenGL extension function.
*/
typedef void (*PuglGlFunc)(void);
@@ -50,4 +57,8 @@ puglGlBackend(void);
} /* extern "C" */
#endif
+/**
+ @}
+*/
+
#endif // PUGL_PUGL_GL_H