From ecf4113621b589dbb060501b3845f06b3e646d51 Mon Sep 17 00:00:00 2001 From: Tilo K Date: Sat, 23 Aug 2025 18:29:14 +0200 Subject: [PATCH] wip --- include/tstd/list.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/tstd/list.h b/include/tstd/list.h index ce67a50..7f33a60 100644 --- a/include/tstd/list.h +++ b/include/tstd/list.h @@ -1,6 +1,9 @@ -// -// Created by tilok on 23.08.2025. -// +/** +* @file list.h + * @brief List utilities + * @date 2025-08-23 + * @author Tilo + */ #ifndef TSTD_LIST_H #define TSTD_LIST_H