Modify comment 24/143924/1
authorKichan Kwon <k_c.kwon@samsung.com>
Mon, 14 Aug 2017 02:59:25 +0000 (11:59 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Mon, 14 Aug 2017 03:00:12 +0000 (12:00 +0900)
Change-Id: Idb8be7376d6b4cfa54e1e51add2d9ceca0ac26d7
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
include/tracker.h

index ff0c41e..a9e2519 100644 (file)
@@ -25,14 +25,14 @@ extern "C"
 #endif
 
 /**
- * @addtogroup LIBTRACKER_MODULE
+ * @addtogroup  LIBTRACKER_MODULE
  * @{
  */
 
 #include <tizen.h>
 
 /**
- * @brief Enumeration of error codes for libtracker
+ * @brief  Enumeration of error codes for libtracker
  */
 typedef enum {
        TRACKER_ERROR_NONE              = TIZEN_ERROR_NONE,              /**< Successful */
@@ -58,10 +58,10 @@ typedef enum {
 } tracker_type_e;
 
 /**
- * @brief   Gets the reference count of the Power Lock operation
- * @since_tizen 3.0
- * @param[in] type Tracker type
- * @param[out] count The reference count of the Power Lock operation
+ * @brief   Gets the reference count of @a type tracker
+ * @since_tizen  3.0
+ * @param[in] type  Tracker type
+ * @param[out] count  The reference count of @a type tracker
  * @return  @c 0 on success,
  *          otherwise a negative error value
  * @retval  #TRACKER_ERROR_NONE Successful
@@ -71,10 +71,10 @@ typedef enum {
 int tracker_get_ref_counter(tracker_type_e type, int *count);
 
 /**
- * @brief   Gets the total count of the Power Lock operation
- * @since_tizen 3.0
- * @param[in] type Tracker type
- * @param[out] count The total count of the Power Lock operation
+ * @brief   Gets the total count of @a type tracker
+ * @since_tizen  3.0
+ * @param[in] type  Tracker type
+ * @param[out] count  The total count of @a type tracker
  * @return  @c 0 on success,
  *          otherwise a negative error value
  * @retval  #TRACKER_ERROR_NONE Successful
@@ -85,9 +85,9 @@ int tracker_get_tick(tracker_type_e type, int *count);
 
 /**
  * @brief   Start tracking for information of services
- * @details The api should be used only in the framework, not in applications
- * @since_tizen 3.0
- * @param[in] services The services to use internally
+ * @details  This API should be used only in the framework, not in applications
+ * @since_tizen  3.0
+ * @param[in] services  The services to use internally
  * @return  @c 0 on success,
  *          otherwise a negative error value
  * @retval  #TRACKER_ERROR_NONE Successful
@@ -98,9 +98,9 @@ int tracker_start_services(int services);
 
 /**
  * @brief   Stop tracking for information of services
- * @details The api should be used only in the framework, not in applications
- * @since_tizen 3.0
- * @param[in] services The services not to use internally
+ * @details  This API should be used only in the framework, not in applications
+ * @since_tizen  3.0
+ * @param[in] services  The services not to use internally
  * @return  @c 0 on success,
  *          otherwise a negative error value
  * @retval  #TRACKER_ERROR_NONE Successful