fix wrong type for bundle description 68/241268/1
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 19 Aug 2020 01:53:07 +0000 (10:53 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Wed, 19 Aug 2020 01:53:07 +0000 (10:53 +0900)
Change-Id: Idcd0b9bb1d2d80c5a9a426e42b12fd5ffd02bf21
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/bundle.h

index bdd6ff2..0c9d29e 100644 (file)
@@ -263,7 +263,7 @@ int bundle_get_count(bundle *b);
  * @exception #BUNDLE_ERROR_INVALID_PARAMETER Invalid parameter
  * @exception #BUNDLE_ERROR_KEY_NOT_AVAILABLE Key not available
  * @pre @a b must be a valid bundle object.
- * @see bundle_type_t
+ * @see bundle_type
  */
 int bundle_get_type(bundle *b, const char *key);