From daabf4e04a8ea4577d10aa9c5b0c0f52a361cf93 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Thu, 21 Mar 2013 16:12:45 +0900 Subject: [PATCH] add % before the privilege tag not to link to the linkage page Change-Id: I93ebf268cbe5e347b376a307bf1b19cd557e98ff --- inc/FUiImeIInputMethodListener.h | 10 +++++----- inc/FUiImeIInputMethodProvider.h | 26 +++++++++++++------------- inc/FUiImeInputMethod.h | 22 +++++++++++----------- inc/FUiImeInputMethodInfo.h | 12 ++++++------ inc/FUiImeInputMethodManager.h | 12 ++++++------ 5 files changed, 41 insertions(+), 41 deletions(-) diff --git a/inc/FUiImeIInputMethodListener.h b/inc/FUiImeIInputMethodListener.h index 7803cc3..2eb1a22 100644 --- a/inc/FUiImeIInputMethodListener.h +++ b/inc/FUiImeIInputMethodListener.h @@ -42,7 +42,7 @@ namespace Tizen { namespace Ui { namespace Ime { * from the input service. * * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * The %IInputMethodListener interface provides a listener for the InputMethod class to receive asynchronous callbacks from the input service. * @@ -70,7 +70,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime */ virtual ~IInputMethodListener(void) {} @@ -79,7 +79,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @param[in] position The position of the cursor */ @@ -90,7 +90,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @param[in] command The opaque command * @remarks The opaque command is the engaged command between the certain input method and their clients which know opaque commands. It is for @@ -104,7 +104,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @param[in] text The surrounding text * @param[in] cursorPosition The position of the cursor diff --git a/inc/FUiImeIInputMethodProvider.h b/inc/FUiImeIInputMethodProvider.h index a015ea4..76cd300 100644 --- a/inc/FUiImeIInputMethodProvider.h +++ b/inc/FUiImeIInputMethodProvider.h @@ -42,7 +42,7 @@ namespace Tizen { namespace Ui { namespace Ime { * example, when ShowInputPanel() or HideInputPanel() are called, the IME application's frame should either be hidden or made visible. * * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * The %IInputMethodProvider interface is for the InputMethod class that interacts with the associated text input UI control. * @@ -70,7 +70,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime */ virtual ~IInputMethodProvider(void) {} @@ -79,7 +79,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @return The enter key action of the input panel */ @@ -93,7 +93,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @return The position and size of the input panel * @remarks The associated text input UI control can change its position on the screen to avoid becoming positioned behind the input panel. @@ -105,7 +105,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @return A style of the input panel */ @@ -119,7 +119,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @return A language of the input method */ @@ -133,7 +133,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @param[in] enable The state of the caps mode */ @@ -144,7 +144,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @param[in] action The enter key action * @remarks The input panel can show text on the enter button according to the enter key action. @@ -156,7 +156,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @param[in] enable The state of the enter key action */ @@ -167,7 +167,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @param[in] style The style of the input panel */ @@ -178,7 +178,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @remarks The IME application developer should implement this interface. */ @@ -189,7 +189,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @return The state of the enter key action */ @@ -203,7 +203,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @remarks The IME application developer should implement this interface. */ diff --git a/inc/FUiImeInputMethod.h b/inc/FUiImeInputMethod.h index 78f28b6..528b75b 100644 --- a/inc/FUiImeInputMethod.h +++ b/inc/FUiImeInputMethod.h @@ -49,7 +49,7 @@ class _InputMethodImpl; * which is to be displayed in the associated text input UI control. * * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * The %InputMethod class provides a standard implementation of the %InputMethod class. * @@ -106,7 +106,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @return An instance of %InputMethod * @exception E_SUCCESS The method is successful. @@ -122,7 +122,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @param[in] pProvider An instance of IInputMethodProvider * @exception E_SUCCESS The method is successful. @@ -138,7 +138,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @param[in] pListener An instance of IInputMethodListener * @exception E_SUCCESS The method is successful. @@ -154,7 +154,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @return An error code * @param[in] cursorOffset The offset value from the cursor position @@ -170,7 +170,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @return An error code * @param[in] state The state of the input panel @@ -184,7 +184,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @return An error code * @exception E_SUCCESS The method is successful. @@ -197,7 +197,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @return An error code * @param[in] lengthBeforeCursor The length of the surrounding text before the cursor @@ -214,7 +214,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @return An error code * @param[in] text The composite text to send @@ -229,7 +229,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @return An error code * @param[in] code The key code @@ -244,7 +244,7 @@ public: * * @since 2.1 * @privlevel partner - * @privilege http://tizen.org/privilege/ime + * @privilege %http://tizen.org/privilege/ime * * @return An error code * @param[in] text The text to send diff --git a/inc/FUiImeInputMethodInfo.h b/inc/FUiImeInputMethodInfo.h index ff820f0..2430d11 100644 --- a/inc/FUiImeInputMethodInfo.h +++ b/inc/FUiImeInputMethodInfo.h @@ -45,7 +45,7 @@ class _InputMethodInfoImpl; * @remarks A user can get the general information of the input method. * * @privlevel platform - * @privilege http://tizen.org/privilege/imemanager + * @privilege %http://tizen.org/privilege/imemanager * * The %InputMethodInfo class provides a standard implementation of the %InputMethodInfo class. * @@ -59,7 +59,7 @@ public: * * @since 2.1 * @privlevel platform - * @privilege http://tizen.org/privilege/imemanager + * @privilege %http://tizen.org/privilege/imemanager */ virtual ~InputMethodInfo(void); @@ -68,7 +68,7 @@ public: * * @since 2.1 * @privlevel platform - * @privilege http://tizen.org/privilege/imemanager + * @privilege %http://tizen.org/privilege/imemanager * * @return The application ID * @exception E_SUCCESS The method is successful. @@ -81,7 +81,7 @@ public: * * @since 2.1 * @privlevel platform - * @privilege http://tizen.org/privilege/imemanager + * @privilege %http://tizen.org/privilege/imemanager * * @return An instance of the language list that consists of the Tizen::Locales::Locale instances * @exception E_SUCCESS The method is successful. @@ -96,7 +96,7 @@ public: * * @since 2.1 * @privlevel platform - * @privilege http://tizen.org/privilege/imemanager + * @privilege %http://tizen.org/privilege/imemanager * * @return The name of an input method * @exception E_SUCCESS The method is successful. @@ -109,7 +109,7 @@ public: * * @since 2.1 * @privlevel platform - * @privilege http://tizen.org/privilege/imemanager + * @privilege %http://tizen.org/privilege/imemanager * * @return The type * @exception E_SUCCESS The method is successful. diff --git a/inc/FUiImeInputMethodManager.h b/inc/FUiImeInputMethodManager.h index db4fe7e..1aa61c1 100644 --- a/inc/FUiImeInputMethodManager.h +++ b/inc/FUiImeInputMethodManager.h @@ -45,7 +45,7 @@ class _InputMethodManagerImpl; * @remarks A user can manage input methods installed in the system. * * @privlevel platform - * @privilege http://tizen.org/privilege/imemanager + * @privilege %http://tizen.org/privilege/imemanager * * The %InputMethodManager class provides a standard implementation of the %InputMethodManager class. * @@ -59,7 +59,7 @@ public: * * @since 2.1 * @privlevel platform - * @privilege http://tizen.org/privilege/imemanager + * @privilege %http://tizen.org/privilege/imemanager * * @return An instance of %InputMethodManager * @exception E_SUCCESS The method is successful. @@ -73,7 +73,7 @@ public: * * @since 2.1 * @privlevel platform - * @privilege http://tizen.org/privilege/imemanager + * @privilege %http://tizen.org/privilege/imemanager * * @return An instance of the InputMethodInfo * @exception E_SUCCESS The method is successful. @@ -87,7 +87,7 @@ public: * * @since 2.1 * @privlevel platform - * @privilege http://tizen.org/privilege/imemanager + * @privilege %http://tizen.org/privilege/imemanager * * @return An instance of the list that consists of the InputMethodInfo instances * @exception E_SUCCESS The method is successful. @@ -101,7 +101,7 @@ public: * * @since 2.1 * @privlevel platform - * @privilege http://tizen.org/privilege/imemanager + * @privilege %http://tizen.org/privilege/imemanager * * @return An error code * @param[in] id An application ID @@ -116,7 +116,7 @@ public: * * @since 2.1 * @privlevel platform - * @privilege http://tizen.org/privilege/imemanager + * @privilege %http://tizen.org/privilege/imemanager * * @return @c true if the input method is active, @n * else @c false -- 2.7.4