diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-01 18:10:36 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-01 18:10:36 +0200 |
| commit | 9316f2063255bd4a0abd5c38d4c065969a8980bb (patch) | |
| tree | 6c59f5192d372465219a121857ec4f726f34b38e /src/ht/ft_hthash.c | |
| parent | dd5d60dc4cf8052feb00847f9b2276cf105b0551 (diff) | |
| download | libft-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_hthash.c')
| -rw-r--r-- | src/ht/ft_hthash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ht/ft_hthash.c b/src/ht/ft_hthash.c index 2670e31..3369d24 100644 --- a/src/ht/ft_hthash.c +++ b/src/ht/ft_hthash.c @@ -12,7 +12,7 @@ #include "libft_ht.h" -/** +/* ** \brief Hash a string ** \param ht So that the index is in the hash table bound ** \param key String to hash |
