[Tizen.WebView] Fix document build warnings 56/154356/1
authoryh106.jung <yh106.jung@samsung.com>
Tue, 10 Oct 2017 06:04:50 +0000 (15:04 +0900)
committeryh106.jung <yh106.jung@samsung.com>
Tue, 10 Oct 2017 06:09:36 +0000 (15:09 +0900)
This patch fixes build warnings.

Tizen.WebView/JavaScriptMessage.cs(23,26)  warning CS1591  Missing XML
comment for publicly visible type or member 'JavaScriptMessageHandler'
Tizen.WebView/WebView.cs(306,35)   warning CS1591  Missing XML comment
for publicly visible type or member 'WebView.CreateHandle(EvasObject)'

Change-Id: I622063bd461344663bbe6ba4cfebfdc21830c425
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
src/Tizen.WebView/Tizen.WebView/JavaScriptMessage.cs
src/Tizen.WebView/Tizen.WebView/WebView.cs

index 07454ed..8165700 100644 (file)
@@ -20,6 +20,10 @@ using System.Text;
 
 namespace Tizen.WebView
 {
+    /// <summary>
+    /// The callback function that is invoked when the message is received from the script.
+    /// </summary>
+    /// <param name="message">The JavaScriptMessage returned by the script</param>
     public delegate void JavaScriptMessageHandler(JavaScriptMessage message);
 
     /// <summary>
index 3b30cd8..71d93f2 100644 (file)
@@ -303,6 +303,11 @@ namespace Tizen.WebView
             Interop.ChromiumEwk.ewk_view_focus_set(_realHandle, focused);
         }
 
+        /// <summary>
+        /// Creates a widget handle.
+        /// </summary>
+        /// <param name="parent">Parent EvasObject</param>
+        /// <returns>IntPtr of the widget handle</returns>
         protected override IntPtr CreateHandle(EvasObject parent)
         {
             // focus dummy