aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_gl.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-05-16 21:17:58 +0200
committerDavid Robillard <d@drobilla.net>2020-05-16 21:17:58 +0200
commit85104b239735498f4b9c58fb87f93dd78631292f (patch)
treeb00dbf98ccd94aec77700dba48d3f564d59e7afb /pugl/pugl_gl.h
parent8d6c414138a61fd302863925319e32ac1f396385 (diff)
downloadpugl-85104b239735498f4b9c58fb87f93dd78631292f.tar.gz
pugl-85104b239735498f4b9c58fb87f93dd78631292f.tar.bz2
pugl-85104b239735498f4b9c58fb87f93dd78631292f.zip
Fix file documentation
Diffstat (limited to 'pugl/pugl_gl.h')
-rw-r--r--pugl/pugl_gl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pugl/pugl_gl.h b/pugl/pugl_gl.h
index 3257bdf..f1b398d 100644
--- a/pugl/pugl_gl.h
+++ b/pugl/pugl_gl.h
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2019 David Robillard <http://drobilla.net>
+ Copyright 2012-2020 David Robillard <http://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