Add summary for the Notification constructor 66/117166/1
authormin7.choi <min7.choi@samsung.com>
Fri, 3 Mar 2017 05:52:48 +0000 (14:52 +0900)
committermin7.choi <min7.choi@samsung.com>
Fri, 3 Mar 2017 05:52:48 +0000 (14:52 +0900)
Change-Id: I486e382a2bd21d147b65dbb8db28d151f715df81
Signed-off-by: min7.choi <min7.choi@samsung.com>
Tizen.Content.Download/Tizen.Content.Download/Notification.cs

index 2bf9f91..079bfa0 100755 (executable)
@@ -26,6 +26,9 @@ namespace Tizen.Content.Download
     {
         private int _downloadId;
 
+        /// <summary>
+        /// Creates a Notification object
+        /// </summary>
         public Notification(int requestId)
         {
             _downloadId = requestId;