apply doxygen from DXL 07/109907/1 accepted/tizen/common/20170112.174851 accepted/tizen/ivi/20170112.223258 accepted/tizen/mobile/20170112.223240 submit/tizen/20170112.073631
authorjomui <jongmun.woo@samsung.com>
Thu, 12 Jan 2017 07:30:31 +0000 (16:30 +0900)
committerjomui <jongmun.woo@samsung.com>
Thu, 12 Jan 2017 07:30:47 +0000 (16:30 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: If40a87c119b2fa6564e89a6be80b9284633bac28

include/geofence_manager.h
include/geofence_type.h

index 183044e..c1a9255 100644 (file)
@@ -79,6 +79,7 @@ typedef void(*geofence_proximity_state_changed_cb)(int geofence_id, geofence_pro
  */
 typedef void(*geofence_event_cb)(int place_id, int geofence_id, geofence_manager_error_e error, geofence_manage_e manage, void *user_data);
 
+
 /**
  * @brief Called when the fence list is requested.
  * @since_tizen 2.4
@@ -118,7 +119,7 @@ typedef bool(*geofence_manager_place_cb)(int place_id, const char *place_name, i
  * @brief Checks whether the geofence manager is available or not.
  * @since_tizen 2.4
  * @param[out] supported @c true if geofence service is supported,
- *                       otherwise @c false
+ *             otherwise @c false
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #GEOFENCE_MANAGER_ERROR_NONE Successful
@@ -578,7 +579,7 @@ int geofence_create_bluetooth(int place_id, const char *bssid, const char *ssid,
  * @brief Creates a Wi-Fi type of new geofence.
  * @since_tizen 2.4
  * @remarks The fence must be released using geofence_destroy().\n
- *         Since 3.0, http://tizen.org/privilege/location privilege is not required.
+ *          Since 3.0, http://tizen.org/privilege/location privilege is not required.
  * @param[in] place_id The current place ID
  * @param[in] bssid Specifies the value of BSSID of Wi-Fi MAC address
  * @param[in] ssid Specifies the value of SSID of Wi-Fi Device
index dcbf91d..d30f1a4 100644 (file)
@@ -53,8 +53,7 @@ typedef enum {
        GEOFENCE_MANAGER_ERROR_DATABASE = TIZEN_ERROR_GEOFENCE_MANAGER | 0x07, /**< DB error in the server side */
        GEOFENCE_MANAGER_ERROR_PLACE_ACCESS_DENIED = TIZEN_ERROR_GEOFENCE_MANAGER | 0x08, /**< Access to specified place is denied */
        GEOFENCE_MANAGER_ERROR_GEOFENCE_ACCESS_DENIED = TIZEN_ERROR_GEOFENCE_MANAGER | 0x09, /**< Access to specified geofence is denied */
-}
-geofence_manager_error_e;
+} geofence_manager_error_e;
 
 
 /**