Release 4.0.0-preview1-00321
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia.Vision / MediaVision / ImageTracker.cs
index 4d95f4d..0938b50 100755 (executable)
@@ -34,14 +34,14 @@ namespace Tizen.Multimedia.Vision
         /// <param name="trackingModel">The image tracking model which processed as target of tracking.</param>
         /// <returns>A task that represents the asynchronous tracking operation.</returns>
         /// <exception cref="ArgumentNullException">
-        ///     <paramref name="source"/> is null.\n
-        ///     -or-\n
+        ///     <paramref name="source"/> is null.<br/>
+        ///     -or-<br/>
         ///     <paramref name="trackingModel"/> is null.
         /// </exception>
         /// <exception cref="NotSupportedException">The feature is not supported.</exception>
         /// <exception cref="ObjectDisposedException">
-        ///     <paramref name="source"/> has already been disposed of.\n
-        ///     -or-\n
+        ///     <paramref name="source"/> has already been disposed of.<br/>
+        ///     -or-<br/>
         ///     <paramref name="trackingModel"/> has already been disposed of.
         /// </exception>
         /// <exception cref="ArgumentException"><paramref name="trackingModel"/> has no target.</exception>
@@ -61,16 +61,16 @@ namespace Tizen.Multimedia.Vision
         /// <param name="config">The configuration used for tracking. This value can be null.</param>
         /// <returns>A task that represents the asynchronous tracking operation.</returns>
         /// <exception cref="ArgumentNullException">
-        ///     <paramref name="source"/> is null.\n
-        ///     -or-\n
+        ///     <paramref name="source"/> is null.<br/>
+        ///     -or-<br/>
         ///     <paramref name="trackingModel"/> is null.
         /// </exception>
         /// <exception cref="NotSupportedException">The feature is not supported.</exception>
         /// <exception cref="ObjectDisposedException">
-        ///     <paramref name="source"/> has already been disposed of.\n
-        ///     -or-\n
-        ///     <paramref name="trackingModel"/> has already been disposed of.\n
-        ///     -or-\n
+        ///     <paramref name="source"/> has already been disposed of.<br/>
+        ///     -or-<br/>
+        ///     <paramref name="trackingModel"/> has already been disposed of.<br/>
+        ///     -or-<br/>
         ///     <paramref name="config"/> has already been disposed of.
         /// </exception>
         /// <exception cref="ArgumentException"><paramref name="trackingModel"/> has no target.</exception>