Fix doxygen warning
[platform/core/api/maps-service.git] / include / maps_view.h
index b3ea4c1..af4aa3b 100644 (file)
@@ -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()
  */