From 9316f2063255bd4a0abd5c38d4c065969a8980bb Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 1 Apr 2020 18:10:36 +0200 Subject: Norm compliant comment format, dirty script for doxygen comments --- include/libft_lst.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libft_lst.h') diff --git a/include/libft_lst.h b/include/libft_lst.h index 04b1dbf..d7157a9 100644 --- a/include/libft_lst.h +++ b/include/libft_lst.h @@ -6,14 +6,14 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/01/31 10:36:39 by cacharle #+# #+# */ -/* Updated: 2020/02/28 12:23:31 by cacharle ### ########.fr */ +/* Updated: 2020/04/01 17:59:50 by charles ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef LIBFT_LST_H # define LIBFT_LST_H -/** +/* ** \file libft_lst.h ** \brief Linked list Manipulation */ @@ -22,7 +22,7 @@ # include "libft_types.h" # include "libft_algo.h" -/** +/* ** \brief List struct ** \param data Pointer to node data ** \param next Pointer to next node or NULL if last node -- cgit