Fix coding style error
authorGeunsun, Lee <gs86.lee@samsung.com>
Wed, 29 Mar 2017 06:08:36 +0000 (15:08 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:51 +0000 (18:34 +0900)
Change-Id: I56b731156af216a733d9126c6323609b0429010f

LibTVRefCommonTizen/Ports/PackageManagerPort.cs

index 4679071..66cb1aa 100644 (file)
@@ -44,7 +44,7 @@ namespace LibTVRefCommonTizen.Ports
         /// <summary>
         /// Registers a callback function to be invoked when the package is installed or uninstalled
         /// </summary>
-        /// <param name="app"></param>
+        /// <param name="app">The instance of TVApps</param>
         public static void RegisterCallbacks(IPlatformNotification app)
         {
             Notification = app;