Fix doxygen comments 66/63166/1 accepted/tizen/common/20160330.120057 accepted/tizen/ivi/20160328.115601 accepted/tizen/mobile/20160328.115310 accepted/tizen/tv/20160328.115331 accepted/tizen/wearable/20160328.115447 submit/tizen/20160328.051116
authorJiwoong Im <jiwoong.im@samsung.com>
Tue, 22 Mar 2016 09:24:43 +0000 (18:24 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Tue, 22 Mar 2016 09:24:43 +0000 (18:24 +0900)
Change-Id: Ica2e6d940386582f7adb10fff0fdcf17315dc845
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
include/bundle.h

index 412d337..202783e 100755 (executable)
@@ -260,7 +260,7 @@ API int bundle_get_type(bundle *b, const char *key);
 
 /**
  * @brief Duplicates a given bundle object.
- * @since_tizen 2.4
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
  * @param[in]   b_from  the bundle object to be duplicated
  * @return              The new bundle object