[system-settings] Fixed doxygen warnings
authorAditya <a.aswani@samsung.com>
Wed, 27 Jul 2016 10:14:23 +0000 (15:44 +0530)
committerAditya <a.aswani@samsung.com>
Wed, 27 Jul 2016 10:22:45 +0000 (15:52 +0530)
[system-settings] Spec: Added example for LocaleTimeZone

Change-Id: I2b0ed87e9b1d771c94c284e4d3afe35a528cf258
Signed-off-by: Aditya <a.aswani@samsung.com>
Tizen.System/SystemSettings/SystemSettings.cs
Tizen.System/SystemSettings/SystemSettingsEnums.cs
Tizen.System/SystemSettings/SystemSettingsEventArgs.cs

index d64d729c8d5c07f3f0cf44afde7429bd0596b7e2..659eb2444b263aadfd6eb0701b162957c6f7bed6 100644 (file)
@@ -278,7 +278,7 @@ namespace Tizen.System
         }
 
         /// <summary>
-        /// Indicates the current country setting in the &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax.
+        /// Indicates the current country setting in the \<LANGUAGE\>_\<REGION\> 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 &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax.
+        /// Indicates the current language setting in the \<LANGUAGE\>_\<REGION\> 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>
@@ -358,7 +358,7 @@ namespace Tizen.System
         }
 
         /// <summary>
-        /// Indicates the current time zone.
+        /// Indicates the current time zone. Eg. "Pacific/Tahiti"
         /// </summary>
         public static string LocaleTimeZone
         {
@@ -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 &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax, is changed
+        /// LocaleCountryChanged event is triggered when the current country setting in the \<LANGUAGE\>_\<REGION\> 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 &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax, is changed
+        /// LocaleLanguageChanged event is triggered when the current language setting in the \<LANGUAGE\>_\<REGION\> syntax, is changed
         /// </summary>
         /// <param name="sender"></param>
         /// <param name="e">A LocaleLanguageChangedEventArgs object that contains the key & changed value</param>
index 4038adba4f1f75ed8bbf903531610367ea2f776b..9e58959fd003aeb084eaddf4b0db19c087dd7620 100644 (file)
@@ -51,13 +51,13 @@ namespace Tizen.System
         /// </summary>
         DefaultFontType,
         /// <summary>
-        /// (string) Indicates the current country setting in the &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax.
+        /// (string) Indicates the current country setting in the \<LANGUAGE\>_\<REGION\> 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 &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax.
+        /// (string) Indicates the current language setting in the \<LANGUAGE\>_\<REGION\> 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>
@@ -68,7 +68,7 @@ namespace Tizen.System
         /// </summary>
         LocaleTimeFormat24HourEnabled,
         /// <summary>
-        /// (string) Indicates the current time zone.
+        /// (string) Indicates the current time zone. Eg. Pacific/Tahiti
         /// </summary>
         LocaleTimeZone,
         /// <summary>
index f8463b4f602de16642d02c93ee32e310eb76d5ca..91d38fa5628a03c3bd0bea49c9769f85dc318ae9 100644 (file)
@@ -357,7 +357,7 @@ namespace Tizen.System
         }
 
         /// <summary>
-        /// Indicates the current country setting in the &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax.
+        /// Indicates the current country setting in the \<LANGUAGE\>_\<REGION\> 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 &lt;LANGUAGE&gt;_&lt;REGION&gt; syntax.
+        /// Indicates the current language setting in the \<LANGUAGE\>_\<REGION\> 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