aboutsummaryrefslogtreecommitdiff
path: root/src/ht/ft_htnew.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_htnew.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_htnew.c')
-rw-r--r--src/ht/ft_htnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ht/ft_htnew.c b/src/ht/ft_htnew.c
index e28b544..e5335d2 100644
--- a/src/ht/ft_htnew.c
+++ b/src/ht/ft_htnew.c
@@ -13,7 +13,7 @@
#include "libft.h"
#include "libft_ht.h"
-/**
+/*
** \brief Create a new hash table.
** \param size Size of the underlying array of linked list (buckets)
** \return Created hash table or NULL is an allocation failed