Modify doxygen description 10/112110/1 accepted/tizen/common/20170201.171459 accepted/tizen/ivi/20170201.004723 accepted/tizen/mobile/20170201.004633 accepted/tizen/tv/20170201.004650 accepted/tizen/unified/20170309.031852 accepted/tizen/wearable/20170201.004706 submit/tizen/20170131.222459 submit/tizen_unified/20170308.100405
authorsinikang <sinikang@samsung.com>
Thu, 26 Jan 2017 04:36:53 +0000 (13:36 +0900)
committersinikang <sinikang@samsung.com>
Thu, 26 Jan 2017 04:41:28 +0000 (13:41 +0900)
Change-Id: If00f3b71b31a2d89ca2d7f0290561fc78cea7fc1

include/telephony_network.h
include/telephony_sim.h
packaging/capi-telephony.spec

index 57ec013d4a5ceed2d18820c6923fb8c57ed4aca7..b6a26360ae6b3f3f85990c4db115c1ab1c232583 100644 (file)
@@ -145,7 +145,7 @@ typedef enum {
  *     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
@@ -173,7 +173,7 @@ int telephony_network_get_lac(telephony_h handle, int *lac);
  *     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
@@ -483,7 +483,7 @@ int telephony_network_get_selection_mode(telephony_h handle, telephony_network_s
  * @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
@@ -509,7 +509,7 @@ int telephony_network_get_tac(telephony_h handle, int *tac);
  * @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
@@ -535,7 +535,7 @@ int telephony_network_get_system_id(telephony_h handle, int *sid);
  * @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
@@ -561,7 +561,7 @@ int telephony_network_get_network_id(telephony_h handle, int *nid);
  * @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
@@ -587,7 +587,7 @@ int telephony_network_get_base_station_id(telephony_h handle, int *bs_id);
  * @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
@@ -613,7 +613,7 @@ int telephony_network_get_base_station_latitude(telephony_h handle, int *bs_lati
  * @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
index b247939e0962e0fddcf77ec5423d8ee1d3c4c194..feb3d8b32fdb81e235d0bceacd995b9dc2350197 100644 (file)
@@ -376,7 +376,7 @@ int telephony_sim_get_group_id1(telephony_h handle, char **gid1);
 
 /**
  * @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)
  *
@@ -386,7 +386,7 @@ int telephony_sim_get_group_id1(telephony_h handle, char **gid1);
  *
  * @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
index 1b077162e8479bafc42aadfe90dd09b9ddc37c9b..ea489b057b138566748b95f94098abbf6680fd9d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-telephony
 Summary:    Telephony Core API
-Version:    0.1.68
+Version:    0.1.69
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0