Release 4.0.0-preview1-00321
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia / MediaView / MediaView.cs
index a2cdd58..2cdd5b0 100755 (executable)
@@ -23,8 +23,8 @@ namespace Tizen.Multimedia
     /// The MediaView class allows application developers to display the video output on the screen.
     /// </summary>
     /// <remarks>
-    /// This view should not be instantiated directly.\n
-    /// Use <see cref="Tizen.Xamarin.Forms.Extension.MediaView"/> to create the view.
+    /// This view should not be instantiated directly.<br/>
+    /// Use <see cref="T:Tizen.Xamarin.Forms.Extension.MediaView"/> to create the view.
     /// </remarks>
     /// <example>
     /// <code>
@@ -42,6 +42,9 @@ namespace Tizen.Multimedia
         {
         }
 
+        /// <summary>
+        /// This method is used by the infrastructure and is not intended to be used directly from application code.
+        /// </summary>
         protected override IntPtr CreateHandle(EvasObject parent)
         {
             IntPtr evas = Interop.EvasObject.evas_object_evas_get(parent);