fix wrong type for bundle description 69/241269/1
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 19 Aug 2020 02:05:49 +0000 (11:05 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Wed, 19 Aug 2020 02:05:49 +0000 (11:05 +0900)
Change-Id: Iec59aaf802a130eacb7539fe098c21b88da42270
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/bundle.h

index b51aa69414e8a4eae2ad6951ab856c8b9fa4b123..3297941c37651d853143f1fb587fcf34214c4c01 100644 (file)
@@ -267,7 +267,7 @@ API 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
  */
 API int bundle_get_type(bundle *b, const char *key);