mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 15:41:02 +08:00
docs(doxygen): Fix header files which is not doxygen style
This commit is contained in:
@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user