add % before the privilege tag not to link to the linkage page
authorMinkyoung Kang <mklove.kang@samsung.com>
Thu, 21 Mar 2013 07:14:16 +0000 (16:14 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Thu, 21 Mar 2013 07:14:16 +0000 (16:14 +0900)
Change-Id: I8945fd03412a8eb2c7554c47ee4efdd78b2877bc

inc/FShellAppWidgetProviderManager.h
inc/FShellLockManager.h
inc/FShellNotificationManager.h
inc/FShellQuickPanelFrame.h
inc/FShellShortcutManager.h

index 11045e7..0cd87d8 100644 (file)
@@ -88,7 +88,7 @@ public:
         *
         * @since       2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/appwidgetprovider.install
+        * @privilege   %http://tizen.org/privilege/appwidgetprovider.install
         *
         * @param[in]   providerAppId   The ID of the application providing AppWidget
         * @param[in]   providerName    The name of AppWidget provider to be added
index 65962e5..140eb34 100644 (file)
@@ -83,7 +83,7 @@ public:
         * Unlocks current lock screen.
 
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/lockmanager
+        * @privilege   %http://tizen.org/privilege/lockmanager
         *
         * @since       2.1
         *
@@ -136,12 +136,12 @@ private:
        //
        result Construct(void);
 
-       static void InitSingleton(void);\r
+       static void InitSingleton(void);
        static void DestroySingleton(void);
 
 private:
        
-       static LockManager* __pTheInstance;\r
+       static LockManager* __pTheInstance;
        friend struct std::default_delete< LockManager >;
        class _LockManagerImpl* __pLockManagerImpl;
 };
index c16b7c8..2ed262b 100644 (file)
@@ -160,7 +160,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              The current badge number if the method is successful, @n
                                        else @c -1 if the method fails
@@ -177,7 +177,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   badgeNumber                     The badge number
@@ -194,7 +194,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   messageText                     The notification message
@@ -211,7 +211,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   messageText                     The notification message
@@ -232,7 +232,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   messageText                     The notification message
@@ -255,7 +255,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   request                         The notification request
@@ -276,7 +276,7 @@ public:
         * @since               2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   appId                           The application ID
@@ -297,7 +297,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @exception   E_SUCCESS                       The method is successful.
@@ -313,7 +313,7 @@ public:
         * @since               2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   appId                           The application ID
@@ -330,7 +330,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   messageText                     The notification message
@@ -350,7 +350,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   messageText                     The notification message
@@ -371,7 +371,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   request                         The notification request
@@ -391,7 +391,7 @@ public:
         * @since               2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   appId                           The application ID
@@ -411,7 +411,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @exception   E_SUCCESS                       The method is successful.
@@ -427,7 +427,7 @@ public:
         * @since               2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   appId                           The application ID
@@ -444,7 +444,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              The current badge number if the method is successful, @n
                                        else @c -1 if the method fails
@@ -463,7 +463,7 @@ public:
         *
         * @since               2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   messageText                     The notification message
@@ -481,7 +481,7 @@ public:
         *
         * @since               2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   operationId                     The operation ID
@@ -509,7 +509,7 @@ public:
         *
         * @since               2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   operationId                     The operation ID
@@ -529,36 +529,36 @@ public:
        result NotifyOngoingActivityByAppControl(const Tizen::Base::String& operationId, const Tizen::Base::String* pUriData, const Tizen::Base::String* pDataType,
                                                                                         const Tizen::Base::Collection::IMap* pExtraData, const NotificationRequest& request);
 
-       /**\r
-     * Adds an IBadgeEventListener event listener to the NotificationManager @n\r
-     * The listener gets notified when a badge number is updated. @n\r
-     *\r
-     * @since            2.1\r
-     *\r
-     * @return         An error code\r
-     * @param[in]      listener                                        The listener to be added.\r
-     * @exception      E_SUCCESS                                       The method is successful.\r
-     * @exception      E_OBJ_ALREADY_EXIST                     The listener is already added.\r
-     * @exception      E_SYSTEM                                        The method cannot proceed due to a severe system error.\r
-     *\r
-     * @see              NotificationManager::Notify()\r
-     * @remarks          Internally Platform does not have the ownership of this pointer, So caller should manage the listener object properly.\r
-     */\r
-    result AddBadgeEventListener(IBadgeEventListener& listener);\r
-\r
-       /**\r
-     * Removes an IBadgeEventListener event listener from the NotificationManager @n\r
-     *\r
-     * @since            2.1\r
-     *\r
-     * @return      An error code\r
-     * @param[in]      listener                        The listener to be removed.\r
-     * @exception      E_SUCCESS           The method is successful.\r
-     * @exception      E_OBJ_NOT_FOUND         The listner is not found.\r
-     * @exception      E_SYSTEM            The method cannot proceed due to a severe system error.\r
-     *\r
-     * @remarks          Internally Platform does not have the ownership of this pointer, So caller should manage the listener object properly.\r
-     */\r
+       /**
+     * Adds an IBadgeEventListener event listener to the NotificationManager @n
+     * The listener gets notified when a badge number is updated. @n
+     *
+     * @since            2.1
+     *
+     * @return         An error code
+     * @param[in]      listener                                        The listener to be added.
+     * @exception      E_SUCCESS                                       The method is successful.
+     * @exception      E_OBJ_ALREADY_EXIST                     The listener is already added.
+     * @exception      E_SYSTEM                                        The method cannot proceed due to a severe system error.
+     *
+     * @see              NotificationManager::Notify()
+     * @remarks          Internally Platform does not have the ownership of this pointer, So caller should manage the listener object properly.
+     */
+    result AddBadgeEventListener(IBadgeEventListener& listener);
+
+       /**
+     * Removes an IBadgeEventListener event listener from the NotificationManager @n
+     *
+     * @since            2.1
+     *
+     * @return      An error code
+     * @param[in]      listener                        The listener to be removed.
+     * @exception      E_SUCCESS           The method is successful.
+     * @exception      E_OBJ_NOT_FOUND         The listner is not found.
+     * @exception      E_SYSTEM            The method cannot proceed due to a severe system error.
+     *
+     * @remarks          Internally Platform does not have the ownership of this pointer, So caller should manage the listener object properly.
+     */
        result RemoveBadgeEventListener(IBadgeEventListener& listener);
 
 private:
index 8f08c16..59594f9 100644 (file)
@@ -139,7 +139,7 @@ public:
         * @since       2.0
         *
         * @privlevel        public
-        * @privilege   %http://tizen.org/privilege/notification
+        * @privilege   %%http://tizen.org/privilege/notification
         *
         * @return      An error code
         * @param[in]  height                        The height of %QuickPanelFrame
@@ -159,7 +159,7 @@ public:
         * @since       2.0
         *
         * @privlevel        public
-        * @privilege   %http://tizen.org/privilege/notification
+        * @privilege   %%http://tizen.org/privilege/notification
         *
         * @return             An error code
         * @param[in]  resourceId                    The resource ID describing the %QuickPanelFrame control
@@ -177,7 +177,7 @@ public:
         * @since       2.0
         *
         * @privlevel        public
-        * @privilege   %http://tizen.org/privilege/notification
+        * @privilege   %%http://tizen.org/privilege/notification
         *
         * @return      An error code
         * @param[in]  layout                        The layout for both the portrait and landscape mode
@@ -194,7 +194,7 @@ public:
         * @since       2.0
         *
         * @privlevel        public
-        * @privilege   %http://tizen.org/privilege/notification
+        * @privilege   %%http://tizen.org/privilege/notification
         *
         * @return      An error code
         * @param[in]  portraitLayout         The layout for the portrait mode
@@ -212,7 +212,7 @@ public:
         * @since       2.1
         *
         * @privlevel        public
-        * @privilege   %http://tizen.org/privilege/notification
+        * @privilege   %%http://tizen.org/privilege/notification
         *
         * @return      An error code
         * @param[in]  height                        The height of %QuickPanelFrame
@@ -228,7 +228,7 @@ public:
         * @since       2.1
         *
         * @privlevel        public
-        * @privilege   %http://tizen.org/privilege/notification
+        * @privilege   %%http://tizen.org/privilege/notification
         *
         * @return      An error code
         * @param[in]  layout                        The layout for both the portrait and landscape mode
@@ -245,7 +245,7 @@ public:
         * @since       2.1
         *
         * @privlevel        public
-        * @privilege   %http://tizen.org/privilege/notification
+        * @privilege   %%http://tizen.org/privilege/notification
         *
         * @return      An error code
         * @param[in]  portraitLayout         The layout for the portrait mode
index 11e5412..e0779c2 100644 (file)
@@ -57,10 +57,10 @@ public:
         *
         * @return      A pointer to the %ShortcutManager instance, @n
         *                      else @c null if it fails
-        * @exception      E_SUCCESS       The method is successful.\r
-        * @exception      E_OUT_OF_MEMORY                    The memory is insufficient.\r
-        * @exception      E_SYSTEM                                   The method cannot proceed due to a severe system error.\r
-        * @remarks        The specific error code can be accessed using the GetLastResult() method.\r
+        * @exception      E_SUCCESS       The method is successful.
+        * @exception      E_OUT_OF_MEMORY                    The memory is insufficient.
+        * @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.
         */
        static ShortcutManager* GetInstance(void);
 
@@ -114,7 +114,7 @@ public:
         * Requests the Home app to remove the specified shortcut.
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/shortcut
+        * @privilege   %http://tizen.org/privilege/shortcut
         *
         * @since       2.1
         *
@@ -193,11 +193,11 @@ private:
        //
        result Construct(void);
 
-       static void InitSingleton(void);\r
+       static void InitSingleton(void);
        static void DestroySingleton(void);
 
 private:
-       static ShortcutManager* __pTheInstance;\r
+       static ShortcutManager* __pTheInstance;
        friend struct std::default_delete< ShortcutManager >;
        class _ShortcutManagerImpl* __pShortcutManagerImpl;
 };