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. --- common/elf.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/elf.c') diff --git a/common/elf.c b/common/elf.c index 9af4f08..e60b21f 100644 --- a/common/elf.c +++ b/common/elf.c @@ -1,3 +1,8 @@ +/** + * @file elf.c + * Handle elf executables, set up requested memory mappings etc. + */ + #include #include #include -- cgit v1.3