From: Susnata Sovalin Date: Mon, 15 Apr 2019 11:19:36 +0000 (+0530) Subject: Native API Documentation error X-Git-Tag: submit/tizen_5.0/20190427.052413^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b9610e98ce844195bda6485c2bb4f2cae76add8;p=platform%2Fcore%2Fapi%2Fmaps-service.git Native API Documentation error Change-Id: I63ef8bb677eb500f733db441eb95ad0c871a0bd2 Signed-off-by: Susnata Sovalin --- diff --git a/include/maps_area.h b/include/maps_area.h index 98724de..8b058d3 100644 --- a/include/maps_area.h +++ b/include/maps_area.h @@ -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. diff --git a/include/maps_place_filter.h b/include/maps_place_filter.h index 72d62f5..2ac0e76 100644 --- a/include/maps_place_filter.h +++ b/include/maps_place_filter.h @@ -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. diff --git a/include/maps_view_object.h b/include/maps_view_object.h index 92183a2..bd9d3dc 100644 --- a/include/maps_view_object.h +++ b/include/maps_view_object.h @@ -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