From 67e3f0aa87e81f93d44f610dd04311bfd12e2662 Mon Sep 17 00:00:00 2001 From: "jinwang.an" Date: Mon, 29 May 2017 18:11:02 +0900 Subject: [PATCH] Fixed comment for doxygen. - use < and > in the summary instead of \< and \> - explicit link request to 'system_settings_uds_state_e' could not be resolved Change-Id: Ia1f438f804bde7a478c18ec1fedea29935fa780a Signed-off-by: jinwang.an --- .../Tizen.System.SystemSettings/SystemSettings.cs | 8 ++++---- .../Tizen.System.SystemSettings/SystemSettingsEnums.cs | 6 +++--- .../Tizen.System.SystemSettings/SystemSettingsEventArgs.cs | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs b/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs index b0ec8e8..1b4398f 100755 --- a/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs +++ b/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs @@ -294,7 +294,7 @@ namespace Tizen.System } /// - /// Indicates the current country setting in the \_\ syntax. + /// Indicates the current country setting in the <LANGUAGE>_<REGION> syntax. /// The country setting is in the ISO 639-2 format, /// and the region setting is in the ISO 3166-1 alpha-2 format /// @@ -321,7 +321,7 @@ namespace Tizen.System } /// - /// Indicates the current language setting in the \_\ syntax. + /// Indicates the current language setting in the <LANGUAGE>_<REGION> syntax. /// The language setting is in the ISO 639-2 format /// and the region setting is in the ISO 3166-1 alpha-2 format. /// @@ -1112,7 +1112,7 @@ namespace Tizen.System }; private static event EventHandler s_localeCountryChanged; /// - /// LocaleCountryChanged event is triggered when the current country setting in the \_\ syntax, is changed + /// LocaleCountryChanged event is triggered when the current country setting in the <LANGUAGE>_<REGION> syntax, is changed /// /// /// A LocaleCountryChangedEventArgs object that contains the key & changed value @@ -1153,7 +1153,7 @@ namespace Tizen.System }; private static event EventHandler s_localeLanguageChanged; /// - /// LocaleLanguageChanged event is triggered when the current language setting in the \_\ syntax, is changed + /// LocaleLanguageChanged event is triggered when the current language setting in the <LANGUAGE>_<REGION> syntax, is changed /// /// /// A LocaleLanguageChangedEventArgs object that contains the key & changed value diff --git a/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEnums.cs b/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEnums.cs index 1b2bc20..e935db5 100755 --- a/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEnums.cs +++ b/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEnums.cs @@ -66,13 +66,13 @@ namespace Tizen.System /// DefaultFontType, /// - /// (string) Indicates the current country setting in the \_\ syntax. + /// (string) Indicates the current country setting in the <LANGUAGE>_<REGION> 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 \_\ syntax. + /// (string) Indicates the current language setting in the <LANGUAGE>_<REGION> syntax. /// The language setting is in the ISO 639-2 format /// and the region setting is in the ISO 3166-1 alpha-2 format. /// @@ -143,7 +143,7 @@ namespace Tizen.System /// AdsId, /// - /// (int) Indicates Ultra Data Save status, one of #system_settings_uds_state_e values + /// (int) Indicates Ultra Data Save status, one of #SystemSettingsUdsState values /// UltraDataSave, /// diff --git a/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs b/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs index dca5003..0cdd7ae 100755 --- a/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs +++ b/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs @@ -260,7 +260,7 @@ namespace Tizen.System } /// - /// Indicates the current country setting in the \_\ syntax. + /// Indicates the current country setting in the <LANGUAGE>_<REGION> 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 @@ -284,7 +284,7 @@ namespace Tizen.System } /// - /// Indicates the current language setting in the \_\ syntax. + /// Indicates the current language setting in the <LANGUAGE>_<REGION> 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 -- 2.7.4