diff options
Diffstat (limited to 'src/scope.c')
| -rw-r--r-- | src/scope.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/scope.c b/src/scope.c index 22df9f9..8e9f74e 100644 --- a/src/scope.c +++ b/src/scope.c @@ -1,6 +1,11 @@ /* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2023 Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ +/** @file scope.c + * + * Implementations for scope handling stuff. + */ + #include <stddef.h> #include <string.h> #include <stdio.h> |
