From d3d6cada0a8a5ca8eda47524ee0dac3e317f6245 Mon Sep 17 00:00:00 2001 From: Sander Speetjens Date: Thu, 30 Nov 2023 21:51:44 +0100 Subject: [PATCH] tcp_cmd Add doxygen headers --- project/Core/Inc/tcp_cmd.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/project/Core/Inc/tcp_cmd.h b/project/Core/Inc/tcp_cmd.h index c331218..0d9a56b 100644 --- a/project/Core/Inc/tcp_cmd.h +++ b/project/Core/Inc/tcp_cmd.h @@ -1,8 +1,9 @@ /** - * @file tcp_cmd.h - * @brief TCP CMD interface - * @author Gert R. - */ +* @file tcp_cmd.h +* @brief This file contains the headers of the tcp command interface +* @author Gert R. +* @author Sander S. +*/ #ifndef INC_TCP_CMD_H_ #define INC_TCP_CMD_H_