summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xTizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs8
-rwxr-xr-xTizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEnums.cs6
-rwxr-xr-xTizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs4
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
}
/// <summary>
- /// Indicates the current country setting in the \<LANGUAGE\>_\<REGION\> syntax.
+ /// Indicates the current country setting in the &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax.
/// The country setting is in the ISO 639-2 format,
/// and the region setting is in the ISO 3166-1 alpha-2 format
/// </summary>
@@ -321,7 +321,7 @@ namespace Tizen.System
}
/// <summary>
- /// Indicates the current language setting in the \<LANGUAGE\>_\<REGION\> syntax.
+ /// Indicates the current language setting in the &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax.
/// The language setting is in the ISO 639-2 format
/// and the region setting is in the ISO 3166-1 alpha-2 format.
/// </summary>
@@ -1112,7 +1112,7 @@ namespace Tizen.System
};
private static event EventHandler<LocaleCountryChangedEventArgs> s_localeCountryChanged;
/// <summary>
- /// 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 &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax, is changed
/// </summary>
/// <param name="sender"></param>
/// <param name="e">A LocaleCountryChangedEventArgs object that contains the key & changed value</param>
@@ -1153,7 +1153,7 @@ namespace Tizen.System
};
private static event EventHandler<LocaleLanguageChangedEventArgs> s_localeLanguageChanged;
/// <summary>
- /// 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 &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax, is changed
/// </summary>
/// <param name="sender"></param>
/// <param name="e">A LocaleLanguageChangedEventArgs object that contains the key & changed value</param>
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
/// </summary>
DefaultFontType,
/// <summary>
- /// (string) Indicates the current country setting in the \<LANGUAGE\>_\<REGION\> syntax.
+ /// (string) Indicates the current country setting in the &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax.
/// The country setting is in the ISO 639-2 format,
/// and the region setting is in the ISO 3166-1 alpha-2 format
/// </summary>
LocaleCountry,
/// <summary>
- /// (string) Indicates the current language setting in the \<LANGUAGE\>_\<REGION\> syntax.
+ /// (string) Indicates the current language setting in the &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax.
/// The language setting is in the ISO 639-2 format
/// and the region setting is in the ISO 3166-1 alpha-2 format.
/// </summary>
@@ -143,7 +143,7 @@ namespace Tizen.System
/// </summary>
AdsId,
/// <summary>
- /// (int) Indicates Ultra Data Save status, one of #system_settings_uds_state_e values
+ /// (int) Indicates Ultra Data Save status, one of #SystemSettingsUdsState values
/// </summary>
UltraDataSave,
/// <summary>
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
}
/// <summary>
- /// Indicates the current country setting in the \<LANGUAGE\>_\<REGION\> syntax.
+ /// Indicates the current country setting in the &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax.
/// The country setting is in the ISO 639-2 format, and the region setting is in the ISO 3166-1 alpha-2 format
/// </summary>
public string Value
@@ -284,7 +284,7 @@ namespace Tizen.System
}
/// <summary>
- /// Indicates the current language setting in the \<LANGUAGE\>_\<REGION\> syntax.
+ /// Indicates the current language setting in the &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax.
/// The language setting is in the ISO 639-2 format and the region setting is in the ISO 3166-1 alpha-2 format
/// </summary>
public string Value