summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyungwook Tak <k.tak@samsung.com>2016-11-21 16:06:20 +0900
committerKyungwook Tak <k.tak@samsung.com>2016-11-22 11:41:37 +0900
commit0e95437210fd32f81a6697fc4bc3ef7acab0dcde (patch)
treecb2123fca84572bddace6433d81db1d545b050ed
parent581398ea13978e393ad68817e1dc12de667f7138 (diff)
downloadcsr-framework-0e95437210fd32f81a6697fc4bc3ef7acab0dcde.tar.gz
csr-framework-0e95437210fd32f81a6697fc4bc3ef7acab0dcde.tar.bz2
csr-framework-0e95437210fd32f81a6697fc4bc3ef7acab0dcde.zip
Fix doxygen warning
Change-Id: Ic4f5a540ec82a29ffc3b673480e46cbd10383b19 Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
-rw-r--r--src/include/csr/csr-content-screening.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/csr/csr-content-screening.h b/src/include/csr/csr-content-screening.h
index 618f03d..f989ff4 100644
--- a/src/include/csr/csr-content-screening.h
+++ b/src/include/csr/csr-content-screening.h
@@ -172,8 +172,8 @@ int csr_cs_set_core_usage(csr_cs_context_h handle, csr_cs_core_usage_e usage);
* @remarks If an engine does not support "scanning on cloud", this option is silently
* ignored.
*
- * @param[in] handle CSR CS context handle returned by csr_cs_context_create().
- * @param[int] scan_on_cloud Flag to turn on(#true) or off(#false) of scanning on cloud option.
+ * @param[in] handle CSR CS context handle returned by csr_cs_context_create().
+ * @param[in] scan_on_cloud Flag of scanning on cloud option.
*
* @return #CSR_ERROR_NONE on success, otherwise a negative error value
*