* @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()
* @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
* @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
* @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,
* @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,