From f7f3f1ababa39cd5cb8a4d9a02f602d82a3e0832 Mon Sep 17 00:00:00 2001 From: Daehyeon Jung Date: Tue, 23 Apr 2019 15:23:19 +0900 Subject: [PATCH] Fix doxygen error Change-Id: I65033e41adf38a8c9a087e9ae12df386e77e93b8 --- include/capability_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/capability_manager.h b/include/capability_manager.h index 17da395..4abfe87 100644 --- a/include/capability_manager.h +++ b/include/capability_manager.h @@ -86,7 +86,7 @@ typedef int (*capmgr_device_foreach_cb)(const capmgr_device_h device, * @brief Called when a 'send app control' request has finished. * @since_tizen 5.5 * - * @remarks The @a request, @reply can be used only in the callback. To use outside, make a copy. + * @remarks The @a request, @a reply can be used only in the callback. To use outside, make a copy. * @param[in] request Capability Manager app control handle which contains data to be sent * @param[in] reply Capability Manager app control handle which contains reply for request * @param[in] result App control send result -- 2.7.4