Apply modified doxygen remark format.
authorBum-Sung Cho <bs0111.cho@samsung.com>
Tue, 26 Mar 2013 09:15:20 +0000 (18:15 +0900)
committerBum-Sung Cho <bs0111.cho@samsung.com>
Tue, 26 Mar 2013 09:15:20 +0000 (18:15 +0900)
Change-Id: I3b38ccdc602240cd74a67705366847d753ae8e47
Signed-off-by: Bum-Sung Cho <bs0111.cho@samsung.com>
inc/FUiImeInputMethod.h

index 528b75b..ec2db68 100644 (file)
@@ -127,9 +127,10 @@ public:
        * @param[in] pProvider An instance of IInputMethodProvider
        * @exception E_SUCCESS The method is successful.
        * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
-       * @remarks The %InputMethod instance accepts only one provider. So users must unregister the provider by setting @c pProvider as @c null before
-       * deallocating an instance of the provider.
-       * @remarks The specific error code can be accessed using the GetLastResult() method.
+       * @remarks
+       * - The specific error code can be accessed using the GetLastResult() method.
+       * - The %InputMethod instance accepts only one provider. So users must unregister the provider by setting @c pProvider as @c null before deallocating
+       * an instance of the provider.
        */
        void SetInputMethodProvider(IInputMethodProvider* pProvider);
 
@@ -143,9 +144,10 @@ public:
        * @param[in] pListener An instance of IInputMethodListener
        * @exception E_SUCCESS The method is successful.
        * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
-       * @remarks The %InputMethod instance accepts only one listener. So users must unregister the listener by setting @c pListener as @c null before
-       * deallocating an instance of the listener.
-       * @remarks The specific error code can be accessed using the GetLastResult() method.
+       * @remarks
+       * - The specific error code can be accessed using the GetLastResult() method.
+       * - The %InputMethod instance accepts only one listener. So users must unregister the listener by setting @c pListener as @c null before deallocating an
+       * instance of the listener.
        */
        void SetInputMethodListener(IInputMethodListener* pListener);