Add \n in doc file for better documentation 75/316475/1 tizen
authorejun <ejun.kim@samsung.com>
Thu, 22 Aug 2024 04:24:56 +0000 (13:24 +0900)
committerejun <ejun.kim@samsung.com>
Thu, 22 Aug 2024 04:24:56 +0000 (13:24 +0900)
Change-Id: I2c15a5eacf23de55bb603485cc3d833fb969e35d

doc/csr-framework-cs_doc.h
doc/csr-framework-wp_doc.h

index bb24c6f..93a46a0 100644 (file)
@@ -24,9 +24,9 @@
  * @defgroup CAPI_CSR_FRAMEWORK_CS_MODULE Content Screening Module
  * @brief It provides APIs scanning contents for data, files, and directories to detect malwares.
  * @section CAPI_CSR_FRAMEWORK_CS_MODULE_HEADER Required Header
- * \#include <csr-content-screening.h>
- * \#include <csr-content-screening-types.h>
- * \#include <csr-error.h>
+ * \#include <csr-content-screening.h>\n
+ * \#include <csr-content-screening-types.h>\n
+ * \#include <csr-error.h>\n
  *
  * @section CAPI_CSR_FRAMEWORK_CS_MODULE_OVERVIEW Overview
  * It provides APIs scanning contents for data, files, and directories to detect malwares. Actual scanning is performed by underlying anti malware engines which will be provided by a device manufacturer.
index 97ebe33..0f0311a 100644 (file)
@@ -24,8 +24,8 @@
  * @defgroup CAPI_CSR_FRAMEWORK_WP_MODULE Web Protection Module
  * @brief It provides provides APIs checking URL reputation to see if the URL is risky or not.
  * @section CAPI_CSR_FRAMEWORK_WP_MODULE_HEADER Required Header
- * \#include <csr-web-protection.h>
- * \#include <csr-web-protection-types.h>
+ * \#include <csr-web-protection.h>\n
+ * \#include <csr-web-protection-types.h>\n
  *
  * @section CAPI_CSR_FRAMEWORK_WP_MODULE_OVERVIEW Overview
  * It provides provides APIs checking URL reputation to see if the URL is risky or not. Actual operation is performed by an underlying anti malware engine which will be provided by a device manufacturer.