1.1 --- a/include/SDL_opengles.h Sun Oct 18 23:21:15 2009 +0000
1.2 +++ b/include/SDL_opengles.h Mon Oct 19 13:31:58 2009 +0000
1.3 @@ -20,10 +20,13 @@
1.4 slouken@libsdl.org
1.5 */
1.6
1.7 -/*
1.8 - This is a simple file to encapsulate the OpenGL ES API headers.
1.9 - Headers copied from The Kronos Group website.
1.10 - http://www.khronos.org/opengles/
1.11 +/**
1.12 + * \file SDL_opengles.h
1.13 + *
1.14 + * This is a simple file to encapsulate the OpenGL ES API headers.
1.15 + *
1.16 + * Headers copied from The Kronos Group website.
1.17 + * http://www.khronos.org/opengles/
1.18 */
1.19
1.20 #ifndef __gles_h_