summaryrefslogtreecommitdiff
path: root/pugl/pugl_win.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-01 01:15:58 +0000
committerDavid Robillard <d@drobilla.net>2012-05-01 01:15:58 +0000
commit8cbedf0261ec0e1cfe51da2a7ccb7358918d967b (patch)
tree1cc50f43041ccd072b67c993a990cc0dd2050bec /pugl/pugl_win.cpp
parent0f2556e3c1cef484ebda4e2f0f2be507b2c0a482 (diff)
Add AUTHORS and README file.
Add doc comments for each file.
Diffstat (limited to 'pugl/pugl_win.cpp')
-rw-r--r--pugl/pugl_win.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/pugl/pugl_win.cpp b/pugl/pugl_win.cpp
index 03bee11..3128daf 100644
--- a/pugl/pugl_win.cpp
+++ b/pugl/pugl_win.cpp
@@ -14,6 +14,10 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+/**
+ @file pugl_win.cpp Windows/WGL Pugl Implementation.
+*/
+
#include <windows.h>
#include <windowsx.h>
#include <GL/gl.h>