From 6db3b19fd7bc5429981353c8514eeb2d9d679534 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Fri, 16 Feb 2024 10:33:02 +0900 Subject: [PATCH] Removed unnecessary version branch for doxygen Change-Id: I08fa08d2e5f7b43592ced9b8f485d71f9cb62841 Signed-off-by: Sunggyu Choi --- include/tizen_error.h | 8 ++++---- packaging/capi-base-common.spec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/tizen_error.h b/include/tizen_error.h index 67d801d..a936464 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -322,7 +322,7 @@ extern "C" { /** * @brief Enumeration for tizen errors. - * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif + * @since_tizen 2.3 * */ typedef enum { @@ -432,7 +432,7 @@ typedef enum { /** * @brief Gets the last error code in the thread. - * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif + * @since_tizen 2.3 * @details This function retrieves the last error code which is set by set_last_result() * @return One of #tizen_error_e * @see #tizen_error_e @@ -443,7 +443,7 @@ int get_last_result(void); /** * @brief Sets the last error code to be returned in the thread. - * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif + * @since_tizen 2.3 * @param[in] err The error code to be returned * @see #tizen_error_e * @see get_last_result() @@ -453,7 +453,7 @@ void set_last_result(int err); /** * @brief Gets the message for given the error code. - * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif + * @since_tizen 2.3 * @remark This function returns a static pointer; subsequent calls will overwrite it. * @param[in] err The error value to be returned * @return The error's message diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 5f4988e..3e0f058 100644 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -1,6 +1,6 @@ Name: capi-base-common Summary: Common header files of Tizen Native API -Version: 0.4.78 +Version: 0.4.79 Release: 1 Group: Base License: Apache-2.0 -- 2.7.4