Fixed comments in headers for doxygen output.

This commit is contained in:
Philipp Wiesemann 2017-06-04 23:15:39 +02:00
parent 2172c1bd41
commit 3e556aa92e
5 changed files with 16 additions and 16 deletions

View file

@ -208,7 +208,7 @@ typedef enum
{
SDL_GL_CONTEXT_PROFILE_CORE = 0x0001,
SDL_GL_CONTEXT_PROFILE_COMPATIBILITY = 0x0002,
SDL_GL_CONTEXT_PROFILE_ES = 0x0004 /* GLX_CONTEXT_ES2_PROFILE_BIT_EXT */
SDL_GL_CONTEXT_PROFILE_ES = 0x0004 /**< GLX_CONTEXT_ES2_PROFILE_BIT_EXT */
} SDL_GLprofile;
typedef enum