From 0f2556e3c1cef484ebda4e2f0f2be507b2c0a482 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 May 2012 00:52:54 +0000 Subject: Add documentation group. --- pugl/pugl.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'pugl/pugl.h') diff --git a/pugl/pugl.h b/pugl/pugl.h index 58b2101..7512aa1 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -15,7 +15,7 @@ */ /** - @file pugl.h API for Pugl, a portable micro-framework for GL UIs. + @file pugl.h API for Pugl, a minimal portable API for OpenGL. */ #ifndef PUGL_H_INCLUDED @@ -62,6 +62,12 @@ extern "C" { # include #endif +/** + @defgroup pugl Pugl + A minimal portable API for OpenGL. + @{ +*/ + /** An OpenGL view. */ @@ -330,6 +336,10 @@ puglPostRedisplay(PuglView* view); PUGL_API void puglDestroy(PuglView* view); +/** + @} +*/ + #ifdef __cplusplus } /* extern "C" */ #endif -- cgit v1.2.3