Native API issues Fix 58/245058/2 accepted/tizen/5.5/unified/20201005.111749 accepted/tizen/5.5/unified/20201220.033124 submit/tizen_5.5/20201001.054614 submit/tizen_5.5/20201218.094802
authorAbhimanyu Swami <abhimanyu1.s@samsung.com>
Mon, 14 Sep 2020 23:23:25 +0000 (04:53 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Thu, 1 Oct 2020 05:41:50 +0000 (05:41 +0000)
Change-Id: I3d61d72afd10a6464f03bb791f24b2a25a7683b2
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
doc/maps_service_doc.h
include/maps_address.h
include/maps_coordinates.h
include/maps_preference.h
include/maps_service.h
include/maps_view.h
include/maps_view_event_data.h

index b19d47c3d3a9a2cdd299b15fe8bc61a60f1994d7..9cc411b2fe6cc780490b362cec59fce5e282db00 100644 (file)
  *
  * @section CAPI_MAPS_SERVICE_MODULE_FEATURE Related Features
  * This API is related with the following features:\n
- * - http://tizen.org/feature/maps\n
+ * - %http://tizen.org/feature/maps\n
+ *
  * It is recommended to design feature related codes in your application for reliability.\n
  * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
index 2396d4aefa502f4be16c74d013c24d15528785cf..2a38310b364f0663d644d68acf379f158a292f50 100644 (file)
@@ -320,7 +320,6 @@ int maps_address_get_freetext(const maps_address_h address, char **freetext);
  * @retval #MAPS_ERROR_NOT_SUPPORTED Not supported
  * @pre @a address is created using maps_address_create().
  * @see maps_address_create()
- * @see maps_address_get_number()
  */
 int maps_address_set_building_number(maps_address_h address, const char *building_number);
 
index 44d763300bd9954f3ee3366dfc5155d9cd6e4dbd..d7db0b15abdab04405a82432266e296c54301edb 100644 (file)
@@ -335,7 +335,6 @@ int maps_coordinates_list_get_length(maps_coordinates_list_h coordinates_list, i
  * @param[in] user_data The user data passed from the foreach function
  * @return @c true to continue with the next iteration of the loop,\n
  *         @c false to break out of the loop
- * @see batch_coordinates_foreach_coordinates()
  */
 typedef bool (*maps_coordinates_cb) (int index, maps_coordinates_h coordinates, void *user_data);
 
index cab7ebaddb3918530628aabcdc1b92b7a60a94a4..88a140ada24d69f8bf7e353e8d2da1c6f001f62b 100644 (file)
@@ -682,7 +682,6 @@ int maps_preference_set_route_alternatives_enabled(maps_preference_h preference,
  * @retval #MAPS_ERROR_NOT_SUPPORTED Not supported
  * @pre @a preference is created using maps_preference_create().
  * @see maps_preference_create()
- * @see maps_preference_get_property()
  * @see maps_preference_foreach_property()
  */
 int maps_preference_set_property(maps_preference_h preference, const char *key, const char *value);
index ba605cde90ae32ad5e77d1f389013e3264541898..18d73e4e0aefc0df75e4fc99d50fc15194568695 100644 (file)
@@ -442,7 +442,7 @@ int maps_service_cancel_request(const maps_service_h maps, int request_id);
  * @if WEARABLE
  * @section CAPI_MAPS_SERVICE_MODULE_FEATURE Related Features
  *          This API is related with the following features:\n
- *          - http://tizen.org/feature/network.internet\n
+ *          - %http://tizen.org/feature/network.internet\n
  *          It is recommended to design feature related codes in your application for reliability.\n
  *          You can check if a device supports the related features for this API by using
  *          @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
@@ -777,7 +777,7 @@ int maps_service_multi_reverse_geocode(const maps_service_h maps, maps_coordinat
  * @if WEARABLE
  * @section CAPI_MAPS_SERVICE_MODULE_FEATURE Related Features
  *          This API is related with the following features:\n
- *          - http://tizen.org/feature/network.internet\n
+ *          - %http://tizen.org/feature/network.internet\n
  *          It is recommended to design feature related codes in your application for reliability.\n
  *          You can check if a device supports the related features for this API by using
  *          @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
@@ -1124,7 +1124,7 @@ int maps_service_get_place_details(const maps_service_h maps, const char *uri, m
  * @if WEARABLE
  * @section CAPI_MAPS_SERVICE_MODULE_FEATURE Related Features
  *          This API is related with the following features:\n
- *          - http://tizen.org/feature/network.internet\n
+ *          - %http://tizen.org/feature/network.internet\n
  *          It is recommended to design feature related codes in your application for reliability.\n
  *          You can check if a device supports the related features for this API by using
  *          @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
index 888a1c3609a211f1ce8495d762336e717078e196..ab930f42496fae1cabc1c029f28344e5b64abde1 100644 (file)
@@ -31,7 +31,7 @@
  * @if WEARABLE
  * @section CAPI_MAPS_SERVICE_MODULE_FEATURE Related Features
  *          This API is related with the following features:\n
- *          - http://tizen.org/feature/network.internet\n
+ *          - %http://tizen.org/feature/network.internet\n
  *          It is recommended to design feature related codes in your application for reliability.\n
  *          You can check if a device supports the related features for this API by using
  *          @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
index 6f6219420e1ebc84cf951ca812388edbf0adb0e6..66abf5c0f0fbe271b3feda1111917eee83e809a9 100644 (file)
@@ -96,13 +96,13 @@ typedef void *maps_view_event_data_h;
  * @see #maps_view_gesture_e
  */
 typedef enum _maps_view_action_e {
-       MAPS_VIEW_ACTION_NONE, /** Indicates the empty action */
-       MAPS_VIEW_ACTION_SCROLL, /** Indicates the set center action */
-       MAPS_VIEW_ACTION_ZOOM, /** Indicates the zoom action */
-       MAPS_VIEW_ACTION_ZOOM_IN, /** Indicates the zoom-in action */
-       MAPS_VIEW_ACTION_ZOOM_OUT, /** Indicates the zoom-out action */
-       MAPS_VIEW_ACTION_ZOOM_AND_SCROLL, /** Indicates the zoom and scrolling action */
-       MAPS_VIEW_ACTION_ROTATE, /** Indicates the rotation action */
+       MAPS_VIEW_ACTION_NONE, /**< Indicates the empty action */
+       MAPS_VIEW_ACTION_SCROLL, /**< Indicates the set center action */
+       MAPS_VIEW_ACTION_ZOOM, /**< Indicates the zoom action */
+       MAPS_VIEW_ACTION_ZOOM_IN, /**< Indicates the zoom-in action */
+       MAPS_VIEW_ACTION_ZOOM_OUT, /**< Indicates the zoom-out action */
+       MAPS_VIEW_ACTION_ZOOM_AND_SCROLL, /**< Indicates the zoom and scrolling action */
+       MAPS_VIEW_ACTION_ROTATE, /**< Indicates the rotation action */
 } maps_view_action_e;