From b2cef9e8a57a2dab11913274c301ff47c42291d8 Mon Sep 17 00:00:00 2001 From: Konrad Kuchciak Date: Fri, 18 Sep 2020 08:11:42 +0200 Subject: [PATCH] Fix headers for correct docs generation Change-Id: Ib3d0ccc3494f372de3ced7e8f23275f414d41540 Signed-off-by: Konrad Kuchciak --- doc/diagnostics_doc.h | 2 +- include/diagnostics.h | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/diagnostics_doc.h b/doc/diagnostics_doc.h index 40ab841..561feb1 100644 --- a/doc/diagnostics_doc.h +++ b/doc/diagnostics_doc.h @@ -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 * diff --git a/include/diagnostics.h b/include/diagnostics.h index 1806460..3db30e7 100644 --- a/include/diagnostics.h +++ b/include/diagnostics.h @@ -17,12 +17,17 @@ #ifndef __TIZEN_SYSTEM_DIAGNOSTICS_H__ #define __TIZEN_SYSTEM_DIAGNOSTICS_H__ +#include +#include + #ifdef __cplusplus extern "C" { -# endif +#endif -#include -#include +/** + * @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 -- 2.34.1