Fix doxygen warning 84/109184/1 accepted/tizen/common/20170109.202527 accepted/tizen/ivi/20170109.085140 accepted/tizen/mobile/20170109.085044 accepted/tizen/tv/20170109.085103 accepted/tizen/wearable/20170109.085119 submit/tizen/20170109.072412
authorjomui <jongmun.woo@samsung.com>
Mon, 9 Jan 2017 07:05:14 +0000 (16:05 +0900)
committerjomui <jongmun.woo@samsung.com>
Mon, 9 Jan 2017 07:05:34 +0000 (16:05 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: Ib9ed2c7d15dc73a89d100b662236c5d102c948af

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()
  */