public header issues fix 79/250079/1 tizen_5.0 submit/tizen_5.0/20201219.145734
authorchakradhar pogiri <v.pogiri@samsung.com>
Fri, 18 Dec 2020 13:43:10 +0000 (19:13 +0530)
committerchakradhar pogiri <v.pogiri@samsung.com>
Fri, 18 Dec 2020 13:49:01 +0000 (13:49 +0000)
Change-Id: I98089738b5ee0a3e33ab0c5b2ab4bf8da4528eec

include/maps_view_object.h

index bd9d3dc827792c1ab5cc50d5b645d71fcc0e9794..7c351e463a795c87088ee5d66a8558e4ca07b121 100644 (file)
@@ -144,8 +144,8 @@ typedef bool(*maps_view_object_polygon_point_cb) (int index, int total, maps_coo
  * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
  * @remarks @a marker can be released by using maps_view_object_destroy().\n
  *          If added to the View using maps_view_add_object(), @a marker will be released automatically when the View is destroyed.\n
- *          http://tizen.org/privilege/mediastorage is needed if input or output path are relevant to media storage.\n
- *          http://tizen.org/privilege/externalstorage is needed if input or output path are relevant to external storage.
+ * @remarks %http://tizen.org/privilege/mediastorage is needed if input or output path are relevant to media storage.\n
+ * @remarks %http://tizen.org/privilege/externalstorage is needed if input or output path are relevant to external storage.
  * @param[in] coordinates The geographical coordinates to add marker on
  * @param[in] image_file_path The file name with the image for the marker
  * @param[in] type The type of the marker, one of listed in maps_view_marker_type_e
@@ -618,8 +618,8 @@ int maps_view_object_marker_resize(maps_view_object_h marker, int width, int hei
  * @brief Sets the marker image file path.
  * @details This function sets the marker image file path.
  * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
- * @remarks http://tizen.org/privilege/mediastorage is needed if input or output path are relevant to media storage.\n
- *          http://tizen.org/privilege/externalstorage is needed if input or output path are relevant to external storage.
+ * @remarks %http://tizen.org/privilege/mediastorage is needed if input or output path are relevant to media storage.\n
+ * @remarks %http://tizen.org/privilege/externalstorage is needed if input or output path are relevant to external storage.
  * @param[in] marker The marker object handle
  * @param[in] file_path The marker image file path
  * @return @c 0 on success,