change "\n" to <br/> for Doc 62/156562/3 preview1-00318
authorSukHyung, Kang <shine.kang@samsung.com>
Thu, 19 Oct 2017 02:22:06 +0000 (11:22 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Thu, 19 Oct 2017 02:46:39 +0000 (11:46 +0900)
Change-Id: I8bb42fcaafaf3d0e24c57703f9ef41403bc2221b
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs

index e591205..20d8c81 100755 (executable)
@@ -465,7 +465,7 @@ namespace Tizen.Applications
         /// <remarks>
         /// The operation is mandatory information for the launch request.
         /// If the operation is not specified, AppControlOperations.Default is used by default.
-        /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application. \n
+        /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application.<br/>
         /// Since Tizen 2.4, the launch request of the service application over out of packages is restricted by the platform.
         /// Also, implicit launch requests are NOT delivered to service applications since 2.4.
         /// To launch a service application, an explicit launch request with the application ID given by property ApplicationId MUST be sent.
@@ -493,7 +493,7 @@ namespace Tizen.Applications
         /// <remarks>
         /// The operation is mandatory information for the launch request.
         /// If the operation is not specified, AppControlOperations.Default is used by default.
-        /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application. \n
+        /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application.<br/>
         /// Since Tizen 2.4, the launch request of the service application over out of packages is restricted by the platform.
         /// Also, implicit launch requests are NOT delivered to service applications since 2.4.
         /// To launch a service application, an explicit launch request with the application ID given by property ApplicationId MUST be sent.