aboutsummaryrefslogtreecommitdiff
path: root/src/parser_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser_helper.c')
-rw-r--r--src/parser_helper.c6
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>