From: Konrad Kuchciak Date: Fri, 18 Sep 2020 06:11:42 +0000 (+0200) Subject: Fix headers for correct docs generation X-Git-Tag: submit/tizen/20200921.075914~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F244397%2F1;p=platform%2Fcore%2Fapi%2Fdiagnostics.git Fix headers for correct docs generation Change-Id: Ib3d0ccc3494f372de3ced7e8f23275f414d41540 Signed-off-by: Konrad Kuchciak --- 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