From b6a5f8d5a67d29e8f8a99323dba89c58efd9743a Mon Sep 17 00:00:00 2001 From: jomui Date: Mon, 9 Jan 2017 16:08:59 +0900 Subject: [PATCH] Fix doxygen warning Signed-off-by: jomui Change-Id: Id4483be2b845813dec4a11d8460e50dfb78542aa --- include/maps_view.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/maps_view.h b/include/maps_view.h index b3ea4c1..af4aa3b 100644 --- a/include/maps_view.h +++ b/include/maps_view.h @@ -787,7 +787,7 @@ int maps_view_get_scalebar_enabled(const maps_view_h view, bool *enabled); * @details This function gets the View port as a pointer on Evas_Object. * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif * @param[in] view The view handle - * @param[out]viewport The pointer to Evas_Object in which to store the View port + * @param[out] viewport The pointer to Evas_Object in which to store the View port * @return @c 0 on success, * otherwise a negative error value * @retval #MAPS_ERROR_NONE Successful @@ -997,7 +997,7 @@ int maps_view_unset_event_cb(maps_view_h view, maps_view_event_type_e type); * @details This function enables or disables the map gesture. * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif * @param[in] view The view handle - * @param[in] gesture The user gesture, one listed in #maps_gesture_e + * @param[in] gesture The user gesture, one listed in #maps_view_gesture_e * @param[in] enabled The enable status * @return @c 0 on success, * otherwise a negative error value @@ -1005,7 +1005,7 @@ int maps_view_unset_event_cb(maps_view_h view, maps_view_event_type_e type); * @retval #MAPS_ERROR_INVALID_PARAMETER Invalid parameter * @retval #MAPS_ERROR_NOT_SUPPORTED Not supported * @pre @a view is created using maps_view_create(). - * @see #maps_gesture_e + * @see #maps_view_gesture_e * @see maps_view_get_gesture_enabled() * @see maps_view_create() */ @@ -1017,7 +1017,7 @@ int maps_view_set_gesture_enabled(maps_view_h view, maps_view_gesture_e gesture, * @details This function checks whether the map gesture is enabled or not. * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif * @param[in] view The view handle - * @param[in] gesture The user gesture, one of listed in #maps_gesture_e + * @param[in] gesture The user gesture, one of listed in #maps_view_gesture_e * @param[out] enabled The pointer to a boolean in which to store the enable status * @return @c 0 on success, * otherwise a negative error value @@ -1027,7 +1027,7 @@ int maps_view_set_gesture_enabled(maps_view_h view, maps_view_gesture_e gesture, * @pre @a view is created using maps_view_create(). * @pre @a enabled status set ad default or modified using * maps_view_set_gesture_enabled(). - * @see #maps_gesture_e + * @see #maps_view_gesture_e * @see maps_view_set_gesture_enabled() * @see maps_view_create() */ -- 2.34.1