Implementation of ImmutableString
[platform/framework/native/appfw.git] / inc / FAppPkgPackageAppInfo.h
index e6ce987..7604bd4 100755 (executable)
@@ -91,7 +91,7 @@ public:
        * @since         2.1
        *
        * @return        The menu icon path of an application, @n
-       *                else an empty string is returned if there is no value @n
+       *                else an empty string is returned if there is no value
        */
        Tizen::Base::String GetAppMenuIconPath(void) const;
 
@@ -101,7 +101,7 @@ public:
        * @since         2.1
        *
        * @return        The setting icon path of an application, @n
-       *                                else an empty string is returned if there is no value @n
+       *                                else an empty string is returned if there is no value
        */
        Tizen::Base::String GetAppSettingIconPath(void) const;
 
@@ -111,7 +111,7 @@ public:
        * @since         2.1
        *
        * @return        The notification icon path of an application, @n
-       *                else an empty string is returned if there is no value @n
+       *                else an empty string is returned if there is no value
        */
        Tizen::Base::String GetAppNotificationIconPath(void) const;
 
@@ -139,8 +139,8 @@ public:
        * @exception    E_SUCCESS                     The method is successful.
        * @exception    E_SYSTEM                      The method cannot proceed due to a severe system error.
        * @remarks
-       *                       - The specific error code can be accessed using the GetLastResult() method.
-       *                       - Application can use the metadata to set app-wide information.
+       *               - The specific error code can be accessed using the GetLastResult() method.
+       *               - Application can use the metadata to set app-wide information.
        */
        Tizen::Base::Collection::IMap* GetAppMetadataListN(void) const;