diff options
Diffstat (limited to 'pugl/pugl/pugl_gl.h')
-rw-r--r-- | pugl/pugl/pugl_gl.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pugl/pugl/pugl_gl.h b/pugl/pugl/pugl_gl.h index 9c5fa94..d501b3c 100644 --- a/pugl/pugl/pugl_gl.h +++ b/pugl/pugl/pugl_gl.h @@ -1,5 +1,5 @@ /* - Copyright 2012-2019 David Robillard <http://drobilla.net> + Copyright 2012-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,8 @@ */ /** - @file pugl_gl.h OpenGL-specific API. + @file pugl_gl.h + @brief OpenGL-specific API. */ #ifndef PUGL_PUGL_GL_H @@ -28,7 +29,7 @@ PUGL_BEGIN_DECLS /** @defgroup gl OpenGL OpenGL graphics support. - @ingroup pugl_api + @ingroup pugl_c @{ */ |