Fix doxygen warning 87/109187/1 accepted/tizen/3.0/common/20170110.125352 accepted/tizen/3.0/ivi/20170110.043338 accepted/tizen/3.0/mobile/20170110.055949 accepted/tizen/3.0/tv/20170110.043201 accepted/tizen/3.0/wearable/20170110.043303 submit/tizen_3.0/20170109.022039
authorjomui <jongmun.woo@samsung.com>
Mon, 9 Jan 2017 07:08:59 +0000 (16:08 +0900)
committerjomui <jongmun.woo@samsung.com>
Mon, 9 Jan 2017 07:09:20 +0000 (16:09 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: Id4483be2b845813dec4a11d8460e50dfb78542aa

include/maps_view.h

index b3ea4c1544402b0f9d1034fcffe3df5fa64888dc..af4aa3b9d36e135e8c303bc10a6dc63b18b819b3 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()
  */