From c25a3df86e9c7bc3ebadc4be64488beffee3bd03 Mon Sep 17 00:00:00 2001 From: jomui Date: Thu, 12 Jan 2017 16:30:31 +0900 Subject: [PATCH] apply doxygen from DXL Signed-off-by: jomui Change-Id: If40a87c119b2fa6564e89a6be80b9284633bac28 --- include/geofence_manager.h | 5 +++-- include/geofence_type.h | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) 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; /** -- 2.7.4