* http://tizen.org/privilege/telephony privilege is no longer required since 3.0.
*
* @param[in] handle The handle from telephony_init()
- * @param[out] lac The Location Area Code, -1 if unknown
+ * @param[out] lac The Location Area Code, @c -1 if unknown
*
* @return @c 0 on success,
* otherwise a negative error value
* http://tizen.org/privilege/telephony privilege is no longer required since 3.0.
*
* @param[in] handle The handle from telephony_init()
- * @param[out] cell_id The cell identification number, -1 if unknown
+ * @param[out] cell_id The cell identification number, @c -1 if unknown
*
* @return @c 0 on success,
* otherwise a negative error value
* @remarks This API can be used in LTE network.
*
* @param[in] handle The handle from telephony_init()
- * @param[out] tac The Tracking Area Code, -1 if unknown
+ * @param[out] tac The Tracking Area Code, @c -1 if unknown
*
* @return @c 0 on success,
* otherwise a negative error value
* @remarks This API can be used in CDMA network.
*
* @param[in] handle The handle from telephony_init()
- * @param[out] sid The system ID, -1 if unknown
+ * @param[out] sid The system ID, @c -1 if unknown
*
* @return @c 0 on success,
* otherwise a negative error value
* @remarks This API can be used in CDMA network.
*
* @param[in] handle The handle from telephony_init()
- * @param[out] nid The network ID, -1 if unknown
+ * @param[out] nid The network ID, @c -1 if unknown
*
* @return @c 0 on success,
* otherwise a negative error value
* @remarks This API can be used in CDMA network.
*
* @param[in] handle The handle from telephony_init()
- * @param[out] bs_id The base station ID, -1 if unknown
+ * @param[out] bs_id The base station ID, @c -1 if unknown
*
* @return @c 0 on success,
* otherwise a negative error value
* @remarks This API can be used in CDMA network.
*
* @param[in] handle The handle from telephony_init()
- * @param[out] bs_latitude The base station latitude, 0x7FFFFFFF if unknown
+ * @param[out] bs_latitude The base station latitude, @c 0x7FFFFFFF if unknown
*
* @return @c 0 on success,
* otherwise a negative error value
* @remarks This API can be used in CDMA network.
*
* @param[in] handle The handle from telephony_init()
- * @param[out] bs_longitude The base station longitude, 0x7FFFFFFF if unknown
+ * @param[out] bs_longitude The base station longitude, @c 0x7FFFFFFF if unknown
*
* @return @c 0 on success,
* otherwise a negative error value
/**
* @brief Gets the call forwarding indicator state of the SIM.
- * @details If the state is true, incoming call will be forwarded to the selected number.
+ * @details If the state is @c true, incoming call will be forwarded to the selected number.
* @c state indicates the CFU (Call Forwarding Unconditional) indicator status - Voice.
* (3GPP TS 31.102 4.2.64 EF CFIS)
*
*
* @param[in] handle The handle from telephony_init()
* @param[out] state The value whether incoming call will be forwarded or not.
- * (true: forwarded, false: not forwarded)
+ * (@c true: forwarded, @c false: not forwarded)
*
* @return @c 0 on success,
* otherwise a negative error value