diff options
author | David Robillard <d@drobilla.net> | 2019-07-27 19:48:40 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-07-29 01:59:17 +0200 |
commit | 41dea932f866c10eb9c303298545d6b7151cfcd0 (patch) | |
tree | 396f8a5b09f1061d42033700f41da3bc138d8f6c /pugl/cairo_gl.h | |
parent | 5049953041cbc9592f0470eb185e1448b69835d6 (diff) | |
download | pugl-41dea932f866c10eb9c303298545d6b7151cfcd0.tar.gz pugl-41dea932f866c10eb9c303298545d6b7151cfcd0.tar.bz2 pugl-41dea932f866c10eb9c303298545d6b7151cfcd0.zip |
Clean up file documentation
Diffstat (limited to 'pugl/cairo_gl.h')
-rw-r--r-- | pugl/cairo_gl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pugl/cairo_gl.h b/pugl/cairo_gl.h index 55e6150..b6e8566 100644 --- a/pugl/cairo_gl.h +++ b/pugl/cairo_gl.h @@ -14,6 +14,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +/** + @file cairo_gl.h Generic Cairo to OpenGL drawing support. +*/ + #include "pugl/gl.h" #include <cairo.h> |