Skip to content

Commit

Permalink
Fixed doxygen warning and linking of function names.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jan 14, 2017
1 parent a812b4e commit 06d1d94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/SDL_hints.h
Expand Up @@ -759,11 +759,11 @@ extern "C" {
* or emulator, e.g. those from ARM, Imagination or Qualcomm.
* - Resolving OpenGL ES function addresses at link time by linking with
* the OpenGL ES library instead of querying them at run time with
* SDL_GL_GetProcAddress.
* SDL_GL_GetProcAddress().
*
* Caution: for an application to work with the default behaviour across
* different OpenGL drivers it \i must query the OpenGL ES function
* addresses at run time using SDL_GL_GetProcAddress.
* different OpenGL drivers it must query the OpenGL ES function
* addresses at run time using SDL_GL_GetProcAddress().
*
* This variable is ignored on most platforms because OpenGL ES is native
* or not supported.
Expand Down

0 comments on commit 06d1d94

Please sign in to comment.