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/fdt.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/fdt.h') diff --git a/include/fdt.h b/include/fdt.h index f0b85e8..0bdcffa 100644 --- a/include/fdt.h +++ b/include/fdt.h @@ -1,4 +1,10 @@ #ifndef APOS_FDT_H #define APOS_FDT_H + +/** + * @file fdt.h + * Wrapper around libfdt/fdt.h, mainly just for convenience. + */ + #include "../dtc/libfdt/fdt.h" #endif -- cgit v1.3