summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk5004.lee <mk5004.lee@samsung.com>2019-09-30 13:17:21 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2020-03-03 12:32:06 +0900
commit62ec154a0228ab898264f6ee0eebaaf0e7301f37 (patch)
treeb5a3f1e8409dc3a9e854a508bbfaa4985947218c
parentf4d9c079f657eaab73bbe8ec38ff87b17bd23c06 (diff)
downloadbundle-62ec154a0228ab898264f6ee0eebaaf0e7301f37.tar.gz
bundle-62ec154a0228ab898264f6ee0eebaaf0e7301f37.tar.bz2
bundle-62ec154a0228ab898264f6ee0eebaaf0e7301f37.zip
Update doxygen
- change file mode Change-Id: I395f94c23d66a7e0eef4c9e9fe133eca106bbce1 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
-rw-r--r--include/bundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bundle.h b/include/bundle.h
index b51aa69..1cb307a 100644
--- a/include/bundle.h
+++ b/include/bundle.h
@@ -282,7 +282,7 @@ API int bundle_get_type(bundle *b, const char *key);
* @c NULL - Failure
* @exception #BUNDLE_ERROR_NONE Success
* @exception #BUNDLE_ERROR_INVALID_PARAMETER Invalid parameter
- * @pre @a b_from must be a valid bundle object.
+ * @pre @a b must be a valid bundle object.
*
* @code
#include <bundle.h>