Delete comment about 'type'
authorSeokHoon Lee <andy.shlee@samsung.com>
Thu, 25 May 2017 01:32:53 +0000 (10:32 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Thu, 25 May 2017 01:33:15 +0000 (10:33 +0900)
- delete param comment about type.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I8616b7d4bae5c8e0105f138156cea74bc291864f

src/Tizen.Multimedia.Remoting/ScreenMirroring/ScreenMirroring.cs

index 1c54ef0..9ef7bd3 100644 (file)
@@ -44,11 +44,10 @@ namespace Tizen.Multimedia
         private Native.StateChangedCallback _stateChangedCallback;
 
         /// <summary>
-        /// Initializes a new instance of the ScreenMirroring class with parameters Ip, Port, Surface type and Display handle.
+        /// Initializes a new instance of the ScreenMirroring class with parameters Ip, Port and Display handle.
         /// Object should be created only when Ip and Port are available.
         /// Create(i.e constructor) api will create a new handle with the given parameters.
         /// </summary>
-        /// <param name="type">Type.</param>
         /// <param name="display">Display.</param>
         /// <param name="ip">Ip.</param>
         /// <param name="port">Port.</param>