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/ast.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ast.c') diff --git a/src/ast.c b/src/ast.c index 57a0b3b..f632624 100644 --- a/src/ast.c +++ b/src/ast.c @@ -1,6 +1,12 @@ /* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2023 Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ +/** + * @file ast.c + * + * Abstract syntax tree handling implementations. + */ + #include #include #include -- cgit v1.3