Fix api description
authorHyunho Kang <hhstark.kang@samsung.com>
Thu, 20 Oct 2016 08:55:20 +0000 (17:55 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Thu, 20 Oct 2016 08:56:05 +0000 (17:56 +0900)
Change-Id: I4ffc3d259b27624bbb7bb0a0683dc5f76fa912af
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/Tizen.Applications.WidgetApplication/Tizen.Applications/WidgetApplication.cs

index 08f159c..1b310c7 100755 (executable)
@@ -18,7 +18,7 @@ namespace Tizen.Applications
     public class WidgetApplication : CoreApplication
     {
         /// <summary>
-        /// Initializes WidgetApplication class.
+        /// Initializes WidgetApplication class with Type and application id.
         /// </summary>
         /// <param name="typeInfo">map structure for derived class type and widget id</param>
         public WidgetApplication(IDictionary<Type, string> typeInfo) : base(new WidgetCoreBackend())
@@ -29,7 +29,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// Initializes WidgetApplication class.
+        /// Initializes WidgetApplication class with Type.
         /// </summary>
         /// <remarks> Widget id will be replaced as application id</remarks>
         /// <param name="type">derived class type</param>