[9.0][maps-service] Remove conditional statements for maps_place_rating 98/318198/1 accepted/tizen/unified/20240926.163038 accepted/tizen/unified/20240926.184756 accepted/tizen/unified/x/20240927.022731
authorPriya Kohli <priya.kohli@samsung.com>
Wed, 25 Sep 2024 10:54:27 +0000 (16:24 +0530)
committerPriya Kohli <priya.kohli@samsung.com>
Wed, 25 Sep 2024 10:54:27 +0000 (16:24 +0530)
Change-Id: I890e12ac312fba410fcf5c2e42eecab00599f01c
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
include/maps_place_rating.h

index e3e2da1bf66d54255e532ee96aa335bc5032c370..32329d4c8749ab3d396742510e1199a0c5319832 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
  * @deprecated Deprecated since 8.0.
  * @brief The Place Rating handle.
  * @details The handle of Place Rating instance.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
+ * @since_tizen 2.4
  * @remarks To release the handle use maps_place_rating_destroy().
  *          \n To clone the handle use maps_place_rating_clone().
  * @see maps_place_rating_destroy()
@@ -58,7 +58,7 @@ typedef void *maps_place_rating_h;
  * @deprecated Deprecated since 8.0.
  * @brief Destroys the place rating handle and releases all its resources.
  * @details This function destroys the place rating handle and releases all its resources.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
+ * @since_tizen 2.4
  * @param[in] rating The place rating handle to destroy
  * @return @c 0 on success,
  *         otherwise a negative error value
@@ -74,7 +74,7 @@ int maps_place_rating_destroy(maps_place_rating_h rating) TIZEN_DEPRECATED_API;
  * @deprecated Deprecated since 8.0.
  * @brief Clones the place rating handle.
  * @details This function clones the place rating handle @a origin and all its resources.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
+ * @since_tizen 2.4
  * @remarks @a cloned must be released using maps_place_rating_destroy().
  * @param[in] origin The original place rating handle
  * @param[out] cloned A cloned place rating handle
@@ -96,7 +96,7 @@ int maps_place_rating_clone(const maps_place_rating_h origin, maps_place_rating_
  * @deprecated Deprecated since 8.0.
  * @brief Gets the place rating count.
  * @details This function gets the place rating count.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
+ * @since_tizen 2.4
  * @param[in] rating The handle to place rating handle
  * @param[out] count The place rating count
  * @return @c 0 on success,
@@ -112,7 +112,7 @@ int maps_place_rating_get_count(const maps_place_rating_h rating, int *count) TI
  * @deprecated Deprecated since 8.0.
  * @brief Gets the place rating average.
  * @details This function gets the place rating average.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
+ * @since_tizen 2.4
  * @param[in] rating The handle to place rating handle
  * @param[out] average The place average rating
  * @return @c 0 on success,