Native API Documentation error 06/203506/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv accepted/tizen/5.5/unified/20191031.030558 accepted/tizen/5.5/unified/mobile/hotfix/20201027.065300 accepted/tizen/unified/20190429.103715 submit/tizen/20190427.052642 submit/tizen_5.5/20191031.000002 submit/tizen_5.5_mobile_hotfix/20201026.185102 tizen_5.5.m2_release
authorSusnata Sovalin <s.sovalin@samsung.com>
Mon, 15 Apr 2019 09:49:33 +0000 (15:19 +0530)
committerSusnata Sovalin <s.sovalin@samsung.com>
Mon, 15 Apr 2019 09:49:33 +0000 (15:19 +0530)
Change-Id: I9a5d26646677bb4514667dc7efe7019798418b97
Signed-off-by: Susnata Sovalin <s.sovalin@samsung.com>
include/maps_area.h
include/maps_place_filter.h
include/maps_view_object.h

index 98724de..8b058d3 100644 (file)
@@ -104,9 +104,6 @@ typedef struct _maps_area_s {
 } maps_area_s;
 
 
-/*----------------------------------------------------------------------------*/
-
-
 /**
  * @brief Creates a rectangular type of new Geographical Area with a specified information.
  * @details This function creates a rectangular type of new #maps_area_h with a specified left top and right bottom coordinates.
index 72d62f5..2ac0e76 100644 (file)
@@ -63,7 +63,7 @@ typedef void *maps_place_filter_h;
  * @param[in] total The total amount of properties
  * @param[in] key The key of property
  * @param[in] value The value of property
- * @param[in] uesr_data The user data passed from the maps_place_filter_foreach_property()
+ * @param[in] user_data The user data passed from the maps_place_filter_foreach_property()
  * @return @c true to continue with the next iteration of the loop,\n
  *         @c false to break out of the loop
  * @pre maps_place_filter_foreach_property() will invoke this callback.
index 92183a2..bd9d3dc 100644 (file)
@@ -596,7 +596,7 @@ int maps_view_object_marker_set_coordinates(maps_view_object_h marker, maps_coor
  * @brief Sets the marker screen size.
  * @details This function sets the marker screen size.
  * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
- * @remark To make the marker size proportionally, use 0 as the value for the @a width or @a height parameter.
+ * @remarks To make the marker size proportionally, use 0 as the value for the @a width or @a height parameter.
  *         For instance, to make the width of an marker 150 pixels, and change the height using the same proportion,
  *         use maps_view_object_marker_resize(marker, 150, 0).
  * @param[in] marker The marker object handle