]> git.ipfire.org Git - thirdparty/zstd.git/commit
avoid duplicate code comments
authorYann Collet <cyan@fb.com>
Thu, 14 Jun 2018 23:47:05 +0000 (19:47 -0400)
committerYann Collet <cyan@fb.com>
Thu, 14 Jun 2018 23:47:05 +0000 (19:47 -0400)
commit6901c94cd67c9a6ca0a3f2bc78abf6e3e210d216
tree3be66b83a6a5a6219b6ca9933bb70ddd5e139db4
parent78e5e2887ec6ee98b557070092ab46d160a7e875
avoid duplicate code comments

when a function is decribed in hist.h,
do not describe it again in hist.c
to avoid future doc synchronization issues.
lib/compress/hist.c
lib/compress/hist.h