From 1ff9504c6b6f4c8bcebb75935b2d999f6c7b018c Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 1 Apr 2020 18:10:56 +0200 Subject: Norm compliant comment format, dirty script for doxygen comments --- src/utils.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index 5989d71..1649199 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,26 +1,26 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* util.c :+: :+: :+: */ +/* utils.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/28 11:56:31 by cacharle #+# #+# */ -/* Updated: 2020/02/28 11:57:30 by cacharle ### ########.fr */ +/* Updated: 2020/04/01 17:55:34 by charles ### ########.fr */ /* */ /* ************************************************************************** */ -/** +/* ** \file utils.c ** \brief Various functions */ #include "minishell.h" -/** -** \brief Delete function for a entry containing a allocated key and value +/* +** \brief Delete function for a entry containing +** an allocated key and value ** \param entry Hash table entry -** */ void ht_del_str_entry(t_ftht_entry *entry) -- cgit