Fixed doxygen warnings for system-settings
authorAditya <a.aswani@samsung.com>
Mon, 11 Jul 2016 09:59:02 +0000 (15:29 +0530)
committerAditya <a.aswani@samsung.com>
Mon, 11 Jul 2016 10:04:45 +0000 (15:34 +0530)
Change-Id: I0449b89796e50224f71cdd1e3fa7859951d38e59
Signed-off-by: Aditya <a.aswani@samsung.com>
Tizen.System/SystemSettings/SystemSettings.cs
Tizen.System/SystemSettings/SystemSettingsEnums.cs
Tizen.System/SystemSettings/SystemSettingsEventArgs.cs

index e20325bf7e8bd18e42b11e0862529b1d9ca212bc..d64d729c8d5c07f3f0cf44afde7429bd0596b7e2 100644 (file)
@@ -278,7 +278,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>
@@ -305,7 +305,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>
@@ -1034,7 +1034,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>
@@ -1075,7 +1075,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 43bd94c83fc8c79b8d4c46801761442dbf92dae3..4038adba4f1f75ed8bbf903531610367ea2f776b 100644 (file)
@@ -51,13 +51,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>
index d47dedbcebffe80305fb6bd3e2057d20775b60ea..f8463b4f602de16642d02c93ee32e310eb76d5ca 100644 (file)
@@ -357,7 +357,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
@@ -391,7 +391,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