Fixed a doxygen comment line.
This commit is contained in:
parent
120500b5cb
commit
7db55b481d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ typedef int (*entry_point_t)(void*);
|
||||||
typedef int (STDCALL *internal_entry_point_t)(void*);
|
typedef int (STDCALL *internal_entry_point_t)(void*);
|
||||||
struct page_dir;
|
struct page_dir;
|
||||||
|
|
||||||
/* @brief The task_t structure */
|
/** @brief The task_t structure */
|
||||||
typedef struct task {
|
typedef struct task {
|
||||||
/// Task id = position in the task table
|
/// Task id = position in the task table
|
||||||
tid_t id;
|
tid_t id;
|
||||||
|
|
Loading…
Add table
Reference in a new issue