Doxygenドキュメントで関数などに概要とパラメーター、返り値が表示されるよう修正
[YACASL2.git] / src / hash.c
index 3da13dc..6436047 100644 (file)
@@ -1,8 +1,5 @@
 #include "hash.h"
 
-/**
- * ハッシュ値を取得する
- */
 unsigned hash(int keyc, HKEY *keyv[], int tabsize)
 {
     int i;