diff options
Diffstat (limited to 'runtime/list.c')
-rw-r--r-- | runtime/list.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/list.c b/runtime/list.c index 2ab3f2ea..fb5e670b 100644 --- a/runtime/list.c +++ b/runtime/list.c @@ -12,6 +12,9 @@ #include "map.c" /********************** List Functions *********************/ +/** @file list.c + * @brief List Functions + */ /** @addtogroup lists * Lists are special cases of maps. |