From: jomui Date: Thu, 12 Jan 2017 07:30:31 +0000 (+0900) Subject: apply doxygen from DXL X-Git-Tag: accepted/tizen/mobile/20170112.223240 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5ea16400820f9a485a527fe0d98ea215b4ff2d9;p=platform%2Fcore%2Fapi%2Fgeofence-manager.git apply doxygen from DXL Signed-off-by: jomui Change-Id: If40a87c119b2fa6564e89a6be80b9284633bac28 --- diff --git a/include/geofence_manager.h b/include/geofence_manager.h index 183044e..c1a9255 100644 --- a/include/geofence_manager.h +++ b/include/geofence_manager.h @@ -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 diff --git a/include/geofence_type.h b/include/geofence_type.h index dcbf91d..d30f1a4 100644 --- a/include/geofence_type.h +++ b/include/geofence_type.h @@ -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; /**