[MediaContent] Fixed errors in the doc-comments. 51/156751/1
authorcoderhyme <jhyo.kim@samsung.com>
Fri, 20 Oct 2017 00:54:16 +0000 (09:54 +0900)
committercoderhyme <jhyo.kim@samsung.com>
Fri, 20 Oct 2017 00:54:16 +0000 (09:54 +0900)
Change-Id: I71e74959d4acd2a051b0c5225da6c926c818a0f0
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/Columns.cs
src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/EventArgs.cs
src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/FaceInfo.cs
src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/FaceInfoCommand.cs
src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaDatabase.cs
src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/PlaylistCommand.cs

index e0ddf41..8b2d7a9 100644 (file)
@@ -152,7 +152,7 @@ namespace Tizen.Content.MediaContent
         /// <remarks>
         /// The value type is string.
         /// </remarks>
-        /// <seealso cref="MediaInfo.ThumbnailPath"/>
+        /// <seealso cref="MediaInfo.Title"/>
         public static string Title => "MEDIA_TITLE";
 
         /// <summary>
index b2c7eab..8a5e559 100644 (file)
@@ -75,7 +75,7 @@ namespace Tizen.Content.MediaContent
         /// <summary>
         /// Gets the type of the media updated.
         /// </summary>
-        /// <value>The <see cref="MediaType"/> of the media updated.</value>
+        /// <value>The <see cref="MediaContent.MediaType"/> of the media updated.</value>
         public MediaType MediaType
         {
             get;
index a1b4901..a92aeee 100644 (file)
@@ -54,6 +54,7 @@ namespace Tizen.Content.MediaContent
         /// <summary>
         /// Gets the ID of face information.
         /// </summary>
+        /// <value>The unique ID of face information.</value>
         public string Id { get; }
 
         /// <summary>
@@ -63,9 +64,9 @@ namespace Tizen.Content.MediaContent
         public string MediaInfoId { get; }
 
         /// <summary>
-        /// Gets the tag name.
+        /// Gets the tag.
         /// </summary>
-        /// <value>The tag name of face information.</value>
+        /// <value>The tag of face information.</value>
         public string Tag { get; }
 
         /// <summary>
index 8b3f8dc..ed9c1c2 100644 (file)
@@ -97,7 +97,6 @@ namespace Tizen.Content.MediaContent
         /// <param name="faceInfoId">The face information ID to update.</param>
         /// <param name="tag">The tag value for update.</param>
         /// <returns>true if the matched record was found and updated, otherwise false.</returns>
-        /// <remarks>Only values set in the <see cref="PlaylistUpdateValues"/> are updated.</remarks>
         /// <exception cref="InvalidOperationException">The <see cref="MediaDatabase"/> is disconnected.</exception>
         /// <exception cref="ObjectDisposedException">The <see cref="MediaDatabase"/> has already been disposed of.</exception>
         /// <exception cref="MediaDatabaseException">An error occurred while executing the command.</exception>
index c6bee10..88e9d90 100644 (file)
@@ -316,7 +316,7 @@ namespace Tizen.Content.MediaContent
         }
 
         /// <summary>
-        /// Requests to scan a folder recursively.
+        /// Requests to scan a folder.
         /// </summary>
         /// <remarks>
         ///     If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.<br/>
index 10d05ba..653d70f 100644 (file)
@@ -69,7 +69,7 @@ namespace Tizen.Content.MediaContent
         /// </summary>
         /// <param name="playlistId">The playlist ID.</param>
         /// <param name="memberId">The member ID of the playlist.</param>
-        /// <returns>The <see cref="MediaDataReader{TRecord}"/> containing the results.</returns>
+        /// <returns>The order of the member in the playlist.</returns>
         /// <exception cref="InvalidOperationException">The <see cref="MediaDatabase"/> is disconnected.</exception>
         /// <exception cref="ObjectDisposedException">The <see cref="MediaDatabase"/> has already been disposed of.</exception>
         /// <exception cref="MediaDatabaseException">An error occurred while executing the command.</exception>