Update doxygen
authorHyunbin Lee <hyunbin.lee@samsung.com>
Wed, 10 Apr 2013 10:23:46 +0000 (19:23 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Wed, 10 Apr 2013 12:00:56 +0000 (21:00 +0900)
Change-Id: Ie76caf932b270b2c5d5ceeb80d3a583aea6ef6f1
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
inc/FAppAppManager.h
inc/FIoMmcStorageManager.h

index 92f8ad5..8de4ddc 100755 (executable)
@@ -263,7 +263,8 @@ public:
        * @exception    E_SUCCESS                       The method is successful.
        * @exception    E_APP_NOT_INSTALLED     The expected shared directory cannot be found
        *                                                                       because the application specified with @c appId cannot be installed.
-       * @remarks              The specific error code can be accessed using the GetLastResult() method.
+       * @remarks              The returned path can be invalid when the application with specified with @c appId is uninstalled. @n
+       *                               The specific error code can be accessed using the GetLastResult() method.
        */
        static Tizen::Base::String GetAppSharedPath(const AppId& appId);
 
index b21970b..b5182d6 100644 (file)
@@ -69,7 +69,8 @@ public:
        *
        * @since                2.0
        * @privlevel    platform
-       * @privilege    %http://tizen.org/privilege/systemsetting.read
+       * @privilege    %http://tizen.org/privilege/settingmanager.write @n
+       *                               (%http://tizen.org/privilege/systemsetting.read is deprecated.)
        *
        * @return               An error code
        * @exception    E_SUCCESS                       Mount operation is successfully started.
@@ -87,7 +88,8 @@ public:
        *
        * @since                2.0
        * @privlevel    platform
-       * @privilege    %http://tizen.org/privilege/systemsetting.read
+       * @privilege    %http://tizen.org/privilege/settingmanager.write @n
+       *                               (%http://tizen.org/privilege/systemsetting.read is deprecated.)
        *
        * @return               An error code
        * @exception    E_SUCCESS                       Unmount operation is successfully started.
@@ -103,7 +105,8 @@ public:
        *
        * @since                2.0
        * @privlevel    platform
-       * @privilege    %http://tizen.org/privilege/systemsetting.read
+       * @privilege    %http://tizen.org/privilege/settingmanager.write @n
+       *                               (%http://tizen.org/privilege/systemsetting.read is deprecated.)
        *
        * @return               An error code
        * @exception    E_SUCCESS                       Format operation is successfully started.