Fixed comment for doxygen. 60/131460/1 accepted/tizen/unified/20170531.082709 submit/tizen/20170530.040403
authorjinwang.an <jinwang.an@samsung.com>
Mon, 29 May 2017 09:11:02 +0000 (18:11 +0900)
committerjinwang.an <jinwang.an@samsung.com>
Mon, 29 May 2017 09:11:02 +0000 (18:11 +0900)
 - 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>
Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs
Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEnums.cs
Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs

index b0ec8e8..1b4398f 100755 (executable)
@@ -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>
index 1b2bc20..e935db5 100755 (executable)
@@ -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>
index dca5003..0cdd7ae 100755 (executable)
@@ -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