Fixed a doxygen comment line.

This commit is contained in:
Jacek Galowicz 2011-11-08 14:00:11 +01:00
parent 120500b5cb
commit 7db55b481d

View file

@ -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;