Fix headers for correct docs generation 97/244397/1
authorKonrad Kuchciak <k.kuchciak@samsung.com>
Fri, 18 Sep 2020 06:11:42 +0000 (08:11 +0200)
committerKonrad Kuchciak <k.kuchciak@samsung.com>
Fri, 18 Sep 2020 06:14:21 +0000 (08:14 +0200)
Change-Id: Ib3d0ccc3494f372de3ced7e8f23275f414d41540
Signed-off-by: Konrad Kuchciak <k.kuchciak@samsung.com>
doc/diagnostics_doc.h
include/diagnostics.h

index 40ab841..561feb1 100644 (file)
@@ -29,7 +29,7 @@
  * @section   CAPI_SYSTEM_DIAGNOSTICS_MODULE_FEATURE Realted Features
  *
  * This API is related with the following feature:\n
- * - http://tizen.org/feature/diagnostics\n
+ * - %http://tizen.org/feature/diagnostics\n
  *
  * It is recommended to design feature related codes in your application for reliability.\n
  *
index 1806460..3db30e7 100644 (file)
 #ifndef __TIZEN_SYSTEM_DIAGNOSTICS_H__
 #define __TIZEN_SYSTEM_DIAGNOSTICS_H__
 
+#include <stdio.h>
+#include <tizen.h>
+
 #ifdef __cplusplus
 extern "C" {
-# endif
+#endif
 
-#include <stdio.h>
-#include <tizen.h>
+/**
+ * @addtogroup CAPI_SYSTEM_DIAGNOSTICS_MODULE
+ * @{
+ */
 
 /**
  * @brief Diagnostics context.
@@ -202,6 +207,10 @@ int diagnostics_get_data(diagnostics_ctx_h ctx, const char **params, int params_
  */
 int diagnostics_destroy(diagnostics_ctx_h ctx);
 
+/**
+ * @}
+ */
+
 #ifdef __cplusplus
 }
 #endif