From: SukHyung, Kang Date: Wed, 13 Nov 2019 06:38:29 +0000 (+0900) Subject: Fix api reference for bundle X-Git-Tag: submit/tizen_5.5/20200303.033239~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80feebdffb2f80285ca861dbd5dfaa65e3b7e04f;p=platform%2Fcore%2Fbase%2Fbundle.git Fix api reference for bundle Change-Id: I5e567b151fbe71b7929decd70c8c8b5947f2fdc5 Signed-off-by: SukHyung, Kang --- diff --git a/include/bundle.h b/include/bundle.h index 1cb307a..b51aa69 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 must be a valid bundle object. + * @pre @a b_from must be a valid bundle object. * * @code #include