Merge reviewed doxygen.
[platform/framework/native/telephony.git] / inc / FTelCallManager.h
index 58d00cd..5aff7bb 100755 (executable)
@@ -118,6 +118,7 @@ public:
      * @return  An error code
      * @exception   E_SUCCESS          The method is successful.
      * @exception   E_SYSTEM           A system error has occurred.
+          * @exception   E_UNSUPPORTED_OPERATION       The device does not support the telephony feature. @b Since: @b 2.1
      */
        result Construct(void);
 
@@ -131,7 +132,7 @@ public:
      * @param[in]   listener  The listener for change in status of a call
      * @exception   E_SUCCESS The method is successful.
      * @exception   E_SYSTEM  A system error has occurred.
-     * @see ITelephonyCallEventListener
+          * @exception   E_UNSUPPORTED_OPERATION       The device does not support the telephony feature. @b Since: @b 2.1
      */
        result Construct(ITelephonyCallEventListener& listener);
 
@@ -141,7 +142,7 @@ public:
      * @since   2.0
         *
      * @privlevel      platform
-     * @privilege   http://tizen.org/privilege/callforward
+     * @privilege   %http://tizen.org/privilege/callforward
      *
      * @return  An error code
      * @param[in]   pListener           An ITelephonyCallForwardListener instance @n
@@ -154,12 +155,12 @@ public:
 
        /**
      * Requests call forwarding with the specified number. @n
-     * This method sends the request to the network, and receives the response asynchronously.
+     * The %RequestCallForward() method sends the request to the network, and receives the response asynchronously.
      *
      * @since   2.0
         *
      * @privlevel      platform
-     * @privilege   http://tizen.org/privilege/callforward
+     * @privilege   %http://tizen.org/privilege/callforward
      *
      * @return  An error code
      * @param[in]   phoneNumber The phone number for call forwarding
@@ -183,7 +184,7 @@ public:
      * @since   2.0
         *
      * @privlevel      platform
-     * @privilege   http://tizen.org/privilege/callforward
+     * @privilege   %http://tizen.org/privilege/callforward
      *
      * @return  An error code
      * @exception      E_SUCCESS               The method is successful.
@@ -203,7 +204,7 @@ public:
      * @since   2.0
         *
      * @privlevel      platform
-     * @privilege   http://tizen.org/privilege/callforward
+     * @privilege   %http://tizen.org/privilege/callforward
      *
      * @return  An error code
      * @exception   E_SUCCESS               The method is successful.
@@ -222,7 +223,7 @@ public:
      * @since                  2.0
         *
      * @return      The current call type, @n
-     *              else TYPE_UNDEFINED_CALL if the method fails
+     *              else @c TYPE_UNDEFINED_CALL if the method fails
      */
        CallType GetCurrentCallType(void) const;
 
@@ -232,7 +233,7 @@ public:
      * @since                  2.0
         *
      * @return      The current call status, @n
-     *              else CALL_STATUS_UNDEFINED if the method fails
+     *              else @c CALL_STATUS_UNDEFINED if the method fails
      */
        CallStatus GetCurrentCallStatus(void) const;