From 93c6e4b0b5ef2df6afa1b70483b0bb0fedaacac0 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 8 May 2023 21:27:39 +0300 Subject: start documentation process --- src/compiler.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/compiler.c') diff --git a/src/compiler.c b/src/compiler.c index 4168400..68414c7 100644 --- a/src/compiler.c +++ b/src/compiler.c @@ -1,6 +1,12 @@ /* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2023 Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ +/** + * @file compiler.c + * + * Top level compiler implementation. + */ + #include #include #include -- cgit v1.3