Skip to content

Commit

Permalink
Added brackets to function names in header comments so that doxygen l…
Browse files Browse the repository at this point in the history
…inks them.
  • Loading branch information
philippwiesemann committed Oct 2, 2016
1 parent 969c316 commit f8aa429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_hints.h
Expand Up @@ -268,8 +268,8 @@ extern "C" {
* this is problematic. This functionality can be disabled by setting this
* hint.
*
* As of SDL 2.0.4, SDL_EnableScreenSaver and SDL_DisableScreenSaver accomplish
* the same thing on iOS. They should be preferred over this hint.
* As of SDL 2.0.4, SDL_EnableScreenSaver() and SDL_DisableScreenSaver()
* accomplish the same thing on iOS. They should be preferred over this hint.
*
* This variable can be set to the following values:
* "0" - Enable idle timer
Expand Down

0 comments on commit f8aa429

Please sign in to comment.