Removed unnecessary version branch for doxygen 54/306054/1 accepted/tizen/unified/20240219.160356 accepted/tizen/unified/x/20240220.150102
authorSunggyu Choi <sunggyu.choi@samsung.com>
Fri, 16 Feb 2024 01:33:02 +0000 (10:33 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Fri, 16 Feb 2024 01:37:09 +0000 (10:37 +0900)
Change-Id: I08fa08d2e5f7b43592ced9b8f485d71f9cb62841
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/tizen_error.h
packaging/capi-base-common.spec

index 67d801d967d6ea0888b5a9b271d12d5dacc395f6..a936464d235990005045a7089e7a222f556c115d 100644 (file)
@@ -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
index 5f4988ea5f187ee7bea9592771e96b149a705ef1..3e0f058718051cf8169608088e5c6a12477ff513 100644 (file)
@@ -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