diff --git a/include/metalsvm/tasks_types.h b/include/metalsvm/tasks_types.h index 857e9d52..759bbeea 100644 --- a/include/metalsvm/tasks_types.h +++ b/include/metalsvm/tasks_types.h @@ -64,7 +64,7 @@ typedef int (*entry_point_t)(void*); typedef int (STDCALL *internal_entry_point_t)(void*); struct page_dir; -/* @brief The task_t structure */ +/** @brief The task_t structure */ typedef struct task { /// Task id = position in the task table tid_t id;