X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e54c96f187f46c06bd36be8cd52b35c19884aa2b..3877c17eeb72b6ff6eb7670d06b47cef9037dcbc:/interface/sysopt.h diff --git a/interface/sysopt.h b/interface/sysopt.h index cce0f32f31..1c8286536a 100644 --- a/interface/sysopt.h +++ b/interface/sysopt.h @@ -35,7 +35,7 @@ public: /** Gets an option. The function is case-insensitive to @e name. Returns empty string if the option hasn't been set. - + @see SetOption(), GetOptionInt(), HasOption() */ @@ -44,7 +44,7 @@ public: /** Gets an option as an integer. The function is case-insensitive to @e name. If the option hasn't been set, this function returns 0. - + @see SetOption(), GetOption(), HasOption() */ @@ -53,7 +53,7 @@ public: /** Returns @true if the given option is present. The function is case-insensitive to @e name. - + @see SetOption(), GetOption(), GetOptionInt() */