Fix HTML link errors 87/88487/2 accepted/tizen/common/20160921.162631 accepted/tizen/ivi/20160922.041939 accepted/tizen/mobile/20160922.042147 accepted/tizen/tv/20160922.041839 accepted/tizen/wearable/20160922.041855 submit/tizen/20160921.070033
authorkj7.sung <kj7.sung@samsung.com>
Mon, 19 Sep 2016 09:44:18 +0000 (18:44 +0900)
committerkj7.sung <kj7.sung@samsung.com>
Wed, 21 Sep 2016 06:22:18 +0000 (15:22 +0900)
Change-Id: Ic5cabc8dfbec17cea267fff28de9265d6805b57b
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
include/maps_plugin.h
include/maps_service.h

index 9fcc6f9..c39682f 100644 (file)
@@ -117,8 +117,9 @@ int maps_plugin_get_info(maps_plugin_info_h *info);
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
  * @remarks To obtain the @a provider_key refer to corresponding Maps Provider
  * documentation.
- * \n For HERE Maps refer to https://developer.here.com/,
- * https://developer.here.com/rest-apis.
+ * \n For HERE Maps refer to
+ * <a href="https://developer.here.com/" target=_blank>https://developer.here.com/</a>,
+ * <a href="https://developer.here.com/rest-apis" target=_blank>https://developer.here.com/rest-apis</a>.
  *
  * @param[in]  provider_key    The Maps Key to be used
  * @return     0 on success, otherwise a negative error value
index dd5c655..d849e6c 100644 (file)
@@ -275,8 +275,9 @@ int maps_service_destroy(maps_service_h maps);
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
  * @remarks To get the @a provider_key, refer to corresponding Maps Provider
  * documentation.
- * \n To get app_id and app_code of HERE, visit https://developer.here.com/,
- * https://developer.here.com/rest-apis.
+ * \n To get app_id and app_code of HERE, visit
+ * <a href="https://developer.here.com/" target=_blank>https://developer.here.com/</a>,
+ * <a href="https://developer.here.com/rest-apis" target=_blank>https://developer.here.com/rest-apis</a>.
  *
  * @param[in]  maps            The Maps Service handle
  * @param[in]  provider_key    The Maps Key to be used