Functions descriptions fix. 20/80820/1
authorMarcin Masternak <m.masternak@samsung.com>
Wed, 20 Jul 2016 10:34:27 +0000 (12:34 +0200)
committerMarcin Masternak <m.masternak@samsung.com>
Wed, 20 Jul 2016 10:34:27 +0000 (12:34 +0200)
Change-Id: I3b5c562e8666b18cd8786f2ed71587c8cdd44027
Signed-off-by: Marcin Masternak <m.masternak@samsung.com>
include/maps_area.h
include/maps_coordinates.h
include/maps_extra_types.h
include/maps_plugin.h
include/maps_service.h
include/maps_view_object.h

index a996ad53249b7a47bc70945686b629bf5fc3a063..66813bc7a0db5a1161057646ccd068998f52eab4 100644 (file)
@@ -95,7 +95,7 @@ typedef struct _maps_area_circle_s {
  * type, circular or rectangular, and appropriate coordinates and radius.
  * @warning Do not use #maps_area_s directly
  * if you are an application developer.
- * Using #maps_area_h is recommanded.
+ * Using #maps_area_h is recommended.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
  */
 typedef struct _maps_area_s {
index 189d0bde8d391fc9ce2b21fb0cf77dd2bc96e1ca..97285a1a341b09bed293d31f08f13b2be6cf0fa5 100644 (file)
@@ -51,7 +51,7 @@ typedef void *maps_coordinates_h;
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
  * @remarks #maps_coordinates_h is a void pointer to the #maps_coordinates_h.
  * @warning Do not use #maps_coordinates_s directly if you are an application developer.
- * Using #maps_coordinates_h is recommanded.
+ * Using #maps_coordinates_h is recommended.
  *
  * @see maps_coordinates_h
  */
@@ -61,8 +61,8 @@ typedef struct _maps_coordinates_s {
 } maps_coordinates_s;
 
 /**
- * @brief      The coorinates list handle.
- * @details The coorindates list handle can be obtained via calling of maps_coordinates_list_create().
+ * @brief      The coordinates list handle.
+ * @details The coordinates list handle can be obtained via calling of maps_coordinates_list_create().
  * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
  */
 typedef void *maps_coordinates_list_h;
index 74f1fd33308864670a6a7e60a60d01b940bb84e9..81b345e5a69279156424080a7fe604839cd3a9bf 100644 (file)
@@ -664,7 +664,7 @@ int maps_int_hashtable_create(maps_int_hashtable_h *table);
 int maps_int_hashtable_destroy(maps_int_hashtable_h table);
 
 /*
- * @brief      Clones the Hash Table of integerss.
+ * @brief      Clones the Hash Table of integers.
  * @details This function clones the Hash Table of integers @a origin and all
  * its resources.
  * \n The list handle @a origin may be created using
index 1eec45364e40e2998485ac75c1c82f1b4d2e67b7..05be1f788b743407eda29d3660718c27b8261939 100644 (file)
@@ -802,8 +802,8 @@ int maps_plugin_cancel_request(int request_id);
 /*----------------------------------------------------------------------------*/
 
 /**
- * @brief      Called when the map initialzing is finished.
- * @details The Plugin invokes this callback when the initialzing of map is finished.
+ * @brief      Called when the map initializing is finished.
+ * @details The Plugin invokes this callback when the initializing of map is finished.
  * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
  *
  * @param[in]  view            The maps view
@@ -832,7 +832,7 @@ int maps_plugin_create_map_view(maps_view_h view, maps_plugin_map_view_ready_cb
 
 /**
  * @brief      Destroy a maps view.
- * @details This function destory a maps view to the plugin.
+ * @details This function destroy a maps view to the plugin.
  * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
  *
  * @param[in]  view            The maps view
@@ -926,11 +926,11 @@ int maps_plugin_set_scalebar(maps_view_h view, bool enable);
 int maps_plugin_get_scalebar(maps_view_h view, bool *enabled);
 
 /**
- * @brief      Notifyes that the visual object is changed.
- * @details This function notifyes the Plugin that the visual object is
+ * @brief      Notifies that the visual object is changed.
+ * @details This function notifies the Plugin that the visual object is
  * changed. The possible causes of changes are enumerated in
- * #maps_view_object_operation_e ind nclude object adding, moving, removing,
- * visibility modificating or editing object specific properties.
+ * #maps_view_object_operation_e including in object adding, moving, removing,
+ * visibility modifying or editing object specific properties.
  * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
  *
  * @param[in]  view            The handle of maps_view
index 06f10e8a1ae968566aefc1fb02236ce7068b50ee..0ca6830ce2ec433a366bc5e8b796c27e436e5c6e 100644 (file)
@@ -755,7 +755,7 @@ int maps_service_reverse_geocode(const maps_service_h maps, double latitude,
 
 
 /**
- * @brief      Called when responsed the request of multi reverse geocoding.
+ * @brief      Called when respond to a request of multi reverse geocoding.
  * @details The Maps Service invokes this callback once when gets the response
  * from map service provider.
  * \n The value of @a total is same with requested coordinates list size.
@@ -942,7 +942,7 @@ typedef void(*maps_service_search_place_list_cb) (maps_error_e error,
                                             int request_id, int total, maps_place_list_h place_list, void *user_data);
 
 /**
- * @brief      Called for Place datail information of Place Search request
+ * @brief      Called for Place detail information of Place Search request
  * @details The Maps Service invokes this callback when the Place detail data
  * obtained from the specified uri.
  * \n If search is failed, @a place is NULL
index f66d050fc140abab4c25369ba897e866e9695b41..baceecb2dc4ee37cda1eaa79e42e14ec9a251546 100644 (file)
@@ -729,15 +729,15 @@ int maps_view_object_marker_get_coordinates(const maps_view_object_h marker, map
  *
  * @param[in]  marker          The marker object handle
  * @param[out] width           The pointer to an integer in which to store the
- * marker pixels in width on the screen
+ * marker width on the screen in pixels
  * @param[out] height          The pointer to an integer in which to store the
- * marker pixels in height on the screen
+ * marker height on the screen in pixels
  * @return     0, otherwise a negative error value
  * @retval     #MAPS_ERROR_NONE Successful
  * @retval     #MAPS_ERROR_INVALID_PARAMETER Invalid parameter
  *
  * @pre @a marker is created using maps_view_object_create_marker().
- * @pre @a width ind @a height may be set previously using maps_view_object_marker_resize().
+ * @pre @a width and @a height may be set previously using maps_view_object_marker_resize().
  *
  * @see maps_view_object_marker_resize()
  * @see maps_view_object_create_marker()