[Packagemanager] Fix some doxygen comment 46/165646/1
authorSangyoon Jang <jeremy.jang@samsung.com>
Tue, 2 Jan 2018 08:39:13 +0000 (17:39 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Wed, 3 Jan 2018 05:16:51 +0000 (05:16 +0000)
Fix doxygen comment of PackageManager.GetPackageIdByApplicationId.

Change-Id: Iac388a91fe7a61c45c9a527cd762199f62609e3f
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit 75a755b4c95ed835d9445b23b004ed854a55dd62)

src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs

index ed6e043..3fb7cd5 100644 (file)
@@ -205,7 +205,9 @@ namespace Tizen.Applications
         /// Gets the package ID for the given application ID.
         /// </summary>
         /// <param name="applicationId">The ID of the application.</param>
-        /// <returns>Returns the ID of the package. Empty string if the application ID does not exist.</returns>
+        /// <returns>Returns the ID of the package.</returns>
+        /// <remarks>It returns null if the input is null.</remarks>
+        /// <exception cref="ArgumentException">Thrown when input application ID does not exist.</exception>
         /// <exception cref="OutOfMemoryException">Thrown when there is not enough memory to continue the execution of the method.</exception>
         /// <exception cref="UnauthorizedAccessException">Thrown when an application does not have the privilege to access this method.</exception>
         /// <privilege>http://tizen.org/privilege/packagemanager.info</privilege>