chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge config aliasing bug fix.
[disorder]
/
lib
/
hash.c
diff --git
a/lib/hash.c
b/lib/hash.c
index 64a48bb9e81f5ea4cf55a3fbc4784bcda840c7aa..d507d0a376b86473125843720e2062bce3dd6d19 100644
(file)
--- a/
lib/hash.c
+++ b/
lib/hash.c
@@
-15,7
+15,9
@@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
+/** @file lib/hash.c
+ * @brief A simple hash table
+ */
#include "common.h"
#include "hash.h"