From fdfc902981174b9527affb1565a170fcdac2ec64 Mon Sep 17 00:00:00 2001 From: Susnata Sovalin Date: Mon, 15 Apr 2019 15:18:01 +0530 Subject: [PATCH] Native API Documentation error Change-Id: Ib651f6e1250369ac674a26d05ecabe288e09ac3e Signed-off-by: Susnata Sovalin --- include/location_bounds.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/location_bounds.h b/include/location_bounds.h index 8d0248f..254f715 100644 --- a/include/location_bounds.h +++ b/include/location_bounds.h @@ -45,6 +45,7 @@ typedef struct { /** * @brief Enumeration for error code for Location manager. + * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif */ typedef enum { LOCATION_BOUNDS_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */ @@ -101,6 +102,7 @@ typedef bool (*polygon_coords_cb)(location_coords_s coords, void *user_data); * @brief Called when the given boundary is entered or exited. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @param[in] state The boundary state + * @param[in] user_data The user data passed from the start function * @pre location_manager_start() will invoke this callback if you register this callback using location_bounds_set_state_changed_cb(). * @see #location_boundary_state_e * @see location_manager_start() @@ -170,7 +172,7 @@ int location_bounds_create_polygon(location_coords_s *coords_list, int length, l /** * @brief Checks whether the bounds contains the specified coordinates. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif - * @remark The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section. + * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section. * @param[in] bounds The location bounds handle * @param[in] coords The coordinates * @return @c true if the bounds contains the specified coordinates, -- 2.7.4