summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjinwang.an <jinwang.an@samsung.com>2017-05-29 18:11:02 +0900
committerjinwang.an <jinwang.an@samsung.com>2017-05-29 18:11:02 +0900
commit67e3f0aa87e81f93d44f610dd04311bfd12e2662 (patch)
treebc74f4818a4584f81ed259016d0303551277c006
parent6defb2fb919df4e2fd92bc90b694a0d2e047799a (diff)
downloadsystem-settings-67e3f0aa87e81f93d44f610dd04311bfd12e2662.tar.gz
system-settings-67e3f0aa87e81f93d44f610dd04311bfd12e2662.tar.bz2
system-settings-67e3f0aa87e81f93d44f610dd04311bfd12e2662.zip
- use &lt; and &gt; 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 <jinwang.an@samsung.com>
-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