docs(doxygen): Fix header files which is not doxygen style

This commit is contained in:
dongheng
2019-05-16 13:43:11 +08:00
parent 209ffcfaa6
commit 2a0b0f601b
12 changed files with 152 additions and 152 deletions

View File

@ -26,8 +26,11 @@ typedef enum {
HEAP_TRACE_LEAKS,
} heap_trace_mode_t;
/**
* @brief heap trace record information(not used)
*/
typedef struct {
char buf[1];
char buf[1]; /*!< record buffer */
} heap_trace_record_t;
/**