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