aboutsummaryrefslogtreecommitdiff
path: root/src/ht/ft_htset.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-04-01 18:10:36 +0200
committerCharles <sircharlesaze@gmail.com>2020-04-01 18:10:36 +0200
commit9316f2063255bd4a0abd5c38d4c065969a8980bb (patch)
tree6c59f5192d372465219a121857ec4f726f34b38e /src/ht/ft_htset.c
parentdd5d60dc4cf8052feb00847f9b2276cf105b0551 (diff)
downloadlibft-9316f2063255bd4a0abd5c38d4c065969a8980bb.tar.gz
libft-9316f2063255bd4a0abd5c38d4c065969a8980bb.tar.bz2
libft-9316f2063255bd4a0abd5c38d4c065969a8980bb.zip
Norm compliant comment format, dirty script for doxygen comments
Diffstat (limited to 'src/ht/ft_htset.c')
-rw-r--r--src/ht/ft_htset.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ht/ft_htset.c b/src/ht/ft_htset.c
index 9738c14..68d3752 100644
--- a/src/ht/ft_htset.c
+++ b/src/ht/ft_htset.c
@@ -6,16 +6,17 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/01/30 08:41:52 by cacharle #+# #+# */
-/* Updated: 2020/02/28 12:11:00 by cacharle ### ########.fr */
+/* Updated: 2020/04/01 18:02:12 by charles ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft.h"
#include "libft_ht.h"
-/**
+/*
** \brief Create/Update a entry in hash table.
-** \note If `key` already exist in `ht`, only updates the list node content.
+** \note If `key` already exist in `ht`
+** only updates the list node content.
** Else create a new list node in addition the list content.
** \param ht Hash table where the entry is modified
** \param key Key of the new entry