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 e20325b..d64d729 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 43bd94c..4038adb 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 d47dedb..f8463b4 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