Fix API Reference description
authorSukHyung, Kang <shine.kang@samsung.com>
Mon, 29 May 2017 23:20:36 +0000 (08:20 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Mon, 29 May 2017 23:20:36 +0000 (08:20 +0900)
Change-Id: Ife29a2e8da89e0b6513840e8f3c997fbce82be26
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs

index 030109c..1128f02 100755 (executable)
@@ -391,9 +391,8 @@ namespace Tizen.Applications
         /// <summary>
         /// Gets the collection of the extra data.
         /// </summary>
-        /// Extra data for communication between AppControls.
-        /// </summary>
         /// <value>
+        /// Extra data for communication between AppControls.
         /// </value>
         /// <example>
         /// <code>
@@ -709,7 +708,7 @@ namespace Tizen.Applications
             /// <summary>
             /// Gets the extra data.
             /// </summary>
-            /// <typeparam name="T">Only string & IEnumerable<string></typeparam>
+            /// <typeparam name="T">Only string and IEnumerable&lt;string&gt;</typeparam>
             /// <param name="key">The name of extra data</param>
             /// <returns>The value associated with the given key</returns>
             /// <exception cref="ArgumentNullException">Thrown when the key is invalid parameter</exception>