Fix doxygen warning 10/98910/4
authorKyungwook Tak <k.tak@samsung.com>
Mon, 21 Nov 2016 07:06:20 +0000 (16:06 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Tue, 22 Nov 2016 02:41:37 +0000 (11:41 +0900)
Change-Id: Ic4f5a540ec82a29ffc3b673480e46cbd10383b19
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
src/include/csr/csr-content-screening.h

index 618f03d..f989ff4 100644 (file)
@@ -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
  *