From 62fc51338d7259c2ea39f38bd8c7d9552e9b2002 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 12 Jun 2022 16:18:47 +0300 Subject: doxygen shows no warnings + Does not mean documentation is done, but it's a nice little achievement nonetheless. --- common/main.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'common/main.c') diff --git a/common/main.c b/common/main.c index fa5434c..fb5d26e 100644 --- a/common/main.c +++ b/common/main.c @@ -17,6 +17,15 @@ #include #include +/** + * Boot entry of kernel actual. + * + * Sets up all kernel subsystems and jumps into \c init program, does not + * return. + * + * @param fdt Global FDT pointer. + * @return Should not. + */ void __main main(void *fdt) { /* dbg uses direct mapping at this point */ -- cgit v1.3