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/power.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/apos/power.h') diff --git a/include/apos/power.h b/include/apos/power.h index 31f199d..640f056 100644 --- a/include/apos/power.h +++ b/include/apos/power.h @@ -1,6 +1,12 @@ #ifndef APOS_POWER_H #define APOS_POWER_H +/** + * @file power.h + * Power subsystem. Will hopefully eventually be used to restart and shutdown + * host machines. + */ + #include #include -- cgit v1.3