From f8aa4291ca56a9238f67216a604c759e9ff2dc4c Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 2 Oct 2016 22:32:18 +0200 Subject: [PATCH] Added brackets to function names in header comments so that doxygen links them. --- include/SDL_hints.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_hints.h b/include/SDL_hints.h index fdb4d2bd3..cd5f0c33e 100644 --- a/include/SDL_hints.h +++ b/include/SDL_hints.h @@ -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