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/elf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/apos/elf.h') diff --git a/include/apos/elf.h b/include/apos/elf.h index 7d0004a..cea504e 100644 --- a/include/apos/elf.h +++ b/include/apos/elf.h @@ -1,6 +1,13 @@ #ifndef APOS_ELF_H #define APOS_ELF_H +/** + * @file elf.h + * ELF file handling. + * + * \todo Other file formats? + */ + #include #include #include -- cgit v1.3