From: Aditya Date: Wed, 27 Jul 2016 10:14:23 +0000 (+0530) Subject: [system-settings] Fixed doxygen warnings X-Git-Tag: submit/tizen/20161214.063015~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51682d29a756103a0ffc5237ee338e1e046b8090;p=platform%2Fcore%2Fcsapi%2Fsystem.git [system-settings] Fixed doxygen warnings [system-settings] Spec: Added example for LocaleTimeZone Change-Id: I2b0ed87e9b1d771c94c284e4d3afe35a528cf258 Signed-off-by: Aditya --- diff --git a/Tizen.System/SystemSettings/SystemSettings.cs b/Tizen.System/SystemSettings/SystemSettings.cs index d64d729..659eb24 100644 --- a/Tizen.System/SystemSettings/SystemSettings.cs +++ b/Tizen.System/SystemSettings/SystemSettings.cs @@ -278,7 +278,7 @@ namespace Tizen.System } /// - /// Indicates the current country setting in the <LANGUAGE>_<REGION> syntax. + /// Indicates the current country setting in the \_\ syntax. /// The country setting is in the ISO 639-2 format, /// and the region setting is in the ISO 3166-1 alpha-2 format /// @@ -305,7 +305,7 @@ namespace Tizen.System } /// - /// Indicates the current language setting in the <LANGUAGE>_<REGION> syntax. + /// Indicates the current language setting in the \_\ syntax. /// The language setting is in the ISO 639-2 format /// and the region setting is in the ISO 3166-1 alpha-2 format. /// @@ -358,7 +358,7 @@ namespace Tizen.System } /// - /// Indicates the current time zone. + /// Indicates the current time zone. Eg. "Pacific/Tahiti" /// public static string LocaleTimeZone { @@ -1034,7 +1034,7 @@ namespace Tizen.System }; private static event EventHandler s_localeCountryChanged; /// - /// LocaleCountryChanged event is triggered when the current country setting in the <LANGUAGE>_<REGION> syntax, is changed + /// LocaleCountryChanged event is triggered when the current country setting in the \_\ syntax, is changed /// /// /// A LocaleCountryChangedEventArgs object that contains the key & changed value @@ -1075,7 +1075,7 @@ namespace Tizen.System }; private static event EventHandler s_localeLanguageChanged; /// - /// LocaleLanguageChanged event is triggered when the current language setting in the <LANGUAGE>_<REGION> syntax, is changed + /// LocaleLanguageChanged event is triggered when the current language setting in the \_\ syntax, is changed /// /// /// A LocaleLanguageChangedEventArgs object that contains the key & changed value diff --git a/Tizen.System/SystemSettings/SystemSettingsEnums.cs b/Tizen.System/SystemSettings/SystemSettingsEnums.cs index 4038adb..9e58959 100644 --- a/Tizen.System/SystemSettings/SystemSettingsEnums.cs +++ b/Tizen.System/SystemSettings/SystemSettingsEnums.cs @@ -51,13 +51,13 @@ namespace Tizen.System /// DefaultFontType, /// - /// (string) Indicates the current country setting in the <LANGUAGE>_<REGION> syntax. + /// (string) Indicates the current country setting in the \_\ syntax. /// The country setting is in the ISO 639-2 format, /// and the region setting is in the ISO 3166-1 alpha-2 format /// LocaleCountry, /// - /// (string) Indicates the current language setting in the <LANGUAGE>_<REGION> syntax. + /// (string) Indicates the current language setting in the \_\ syntax. /// The language setting is in the ISO 639-2 format /// and the region setting is in the ISO 3166-1 alpha-2 format. /// @@ -68,7 +68,7 @@ namespace Tizen.System /// LocaleTimeFormat24HourEnabled, /// - /// (string) Indicates the current time zone. + /// (string) Indicates the current time zone. Eg. Pacific/Tahiti /// LocaleTimeZone, /// diff --git a/Tizen.System/SystemSettings/SystemSettingsEventArgs.cs b/Tizen.System/SystemSettings/SystemSettingsEventArgs.cs index f8463b4..91d38fa 100644 --- a/Tizen.System/SystemSettings/SystemSettingsEventArgs.cs +++ b/Tizen.System/SystemSettings/SystemSettingsEventArgs.cs @@ -357,7 +357,7 @@ namespace Tizen.System } /// - /// Indicates the current country setting in the <LANGUAGE>_<REGION> syntax. + /// Indicates the current country setting in the \_\ syntax. /// The country setting is in the ISO 639-2 format, and the region setting is in the ISO 3166-1 alpha-2 format /// public string Value @@ -391,7 +391,7 @@ namespace Tizen.System } /// - /// Indicates the current language setting in the <LANGUAGE>_<REGION> syntax. + /// Indicates the current language setting in the \_\ syntax. /// The language setting is in the ISO 639-2 format and the region setting is in the ISO 3166-1 alpha-2 format /// public string Value