diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-08 21:27:39 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-08 21:28:20 +0300 |
| commit | 93c6e4b0b5ef2df6afa1b70483b0bb0fedaacac0 (patch) | |
| tree | 8e7071f28a30d7a1e85282fd590f3a167e6e19b6 /src/parser_helper.c | |
| parent | f7767d853922610c57ccd429132ac7b4a1677de2 (diff) | |
| download | ek-93c6e4b0b5ef2df6afa1b70483b0bb0fedaacac0.tar.gz ek-93c6e4b0b5ef2df6afa1b70483b0bb0fedaacac0.zip | |
start documentation process
Diffstat (limited to 'src/parser_helper.c')
| -rw-r--r-- | src/parser_helper.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/parser_helper.c b/src/parser_helper.c index ff4bc59..15dd6e8 100644 --- a/src/parser_helper.c +++ b/src/parser_helper.c @@ -1,6 +1,12 @@ /* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2023 Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ +/** + * @file parser_helper.c + * + * Stuff to aid in parsing. + */ + #include <stdarg.h> #include <ek/parser.h> |
