From 2a56b22ae5c36b7fa69f58054d20a11e12ad463f Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Thu, 21 Mar 2013 16:14:16 +0900 Subject: [PATCH] add % before the privilege tag not to link to the linkage page Change-Id: I8945fd03412a8eb2c7554c47ee4efdd78b2877bc --- inc/FShellAppWidgetProviderManager.h | 2 +- inc/FShellLockManager.h | 6 +-- inc/FShellNotificationManager.h | 98 ++++++++++++++++++------------------ inc/FShellQuickPanelFrame.h | 14 +++--- inc/FShellShortcutManager.h | 14 +++--- 5 files changed, 67 insertions(+), 67 deletions(-) diff --git a/inc/FShellAppWidgetProviderManager.h b/inc/FShellAppWidgetProviderManager.h index 11045e7..0cd87d8 100644 --- a/inc/FShellAppWidgetProviderManager.h +++ b/inc/FShellAppWidgetProviderManager.h @@ -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 diff --git a/inc/FShellLockManager.h b/inc/FShellLockManager.h index 65962e5..140eb34 100644 --- a/inc/FShellLockManager.h +++ b/inc/FShellLockManager.h @@ -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); + static void InitSingleton(void); static void DestroySingleton(void); private: - static LockManager* __pTheInstance; + static LockManager* __pTheInstance; friend struct std::default_delete< LockManager >; class _LockManagerImpl* __pLockManagerImpl; }; diff --git a/inc/FShellNotificationManager.h b/inc/FShellNotificationManager.h index c16b7c8..2ed262b 100644 --- a/inc/FShellNotificationManager.h +++ b/inc/FShellNotificationManager.h @@ -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); - /** - * 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. - */ + /** + * 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: diff --git a/inc/FShellQuickPanelFrame.h b/inc/FShellQuickPanelFrame.h index 8f08c16..59594f9 100644 --- a/inc/FShellQuickPanelFrame.h +++ b/inc/FShellQuickPanelFrame.h @@ -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 diff --git a/inc/FShellShortcutManager.h b/inc/FShellShortcutManager.h index 11e5412..e0779c2 100644 --- a/inc/FShellShortcutManager.h +++ b/inc/FShellShortcutManager.h @@ -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. - * @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. + * @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); + static void InitSingleton(void); static void DestroySingleton(void); private: - static ShortcutManager* __pTheInstance; + static ShortcutManager* __pTheInstance; friend struct std::default_delete< ShortcutManager >; class _ShortcutManagerImpl* __pShortcutManagerImpl; }; -- 2.7.4