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/libfdt.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/libfdt.h') diff --git a/include/libfdt.h b/include/libfdt.h index 63e96fd..33ce0fb 100644 --- a/include/libfdt.h +++ b/include/libfdt.h @@ -1,5 +1,11 @@ #ifndef APOS_LIBFDT_H #define APOS_LIBFDT_H + +/** + * @file libfdt.h + * Main include file in apos for functions in libfdt. + */ + #include "../dtc/libfdt/libfdt.h" #include #include -- cgit v1.3