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