Native API Documentation error 20/203520/1 submit/tizen_5.0/20190427.052413
authorSusnata Sovalin <s.sovalin@samsung.com>
Mon, 15 Apr 2019 11:19:36 +0000 (16:49 +0530)
committerSusnata Sovalin <s.sovalin@samsung.com>
Mon, 15 Apr 2019 11:19:36 +0000 (16:49 +0530)
Change-Id: I63ef8bb677eb500f733db441eb95ad0c871a0bd2
Signed-off-by: Susnata Sovalin <s.sovalin@samsung.com>
include/maps_area.h
include/maps_place_filter.h
include/maps_view_object.h

index 98724de8b6ac6e79bf17a728e2e3a01d43ee1363..8b058d3a229d27c7f11a332685423f3ff8ffaf0f 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 72d62f56252947d25270f9a14f8394c47520154c..2ac0e762d2eac90eb2e00300696941cf05c1cce2 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 92183a2b062914d63bdb690e0252c6cd74c997b7..bd9d3dc827792c1ab5cc50d5b645d71fcc0e9794 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