From 72df0de8cb579fd96449d19eb57fc71335907a19 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 23:35:02 +0300 Subject: add @file info to all files + Next step, start documenting contents of each file. --- include/apos/tcb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/apos/tcb.h') diff --git a/include/apos/tcb.h b/include/apos/tcb.h index 439a3c9..89b594d 100644 --- a/include/apos/tcb.h +++ b/include/apos/tcb.h @@ -1,6 +1,11 @@ #ifndef APOS_TCB_H #define APOS_TCB_H +/** + * @file tcb.h + * Process/thread handling. + */ + #include #include #include /* arch-specific data */ -- cgit v1.3