src/misc/hashtable.hpp
branchgamebalance
changeset 9909 dce9a6923bb7
parent 5884 be0c8467aeb4
child 10429 1b99254f9607
--- a/src/misc/hashtable.hpp	Tue Jun 12 11:56:35 2007 +0000
+++ b/src/misc/hashtable.hpp	Wed Jun 13 11:00:24 2007 +0000
@@ -1,5 +1,7 @@
 /* $Id$ */
 
+/** @file hashtable.hpp */
+
 #ifndef  HASHTABLE_HPP
 #define  HASHTABLE_HPP
 
@@ -97,7 +99,7 @@
 	}
 };
 
-/** @class CHashTableT<Titem, Thash_bits> - simple hash table
+/** class CHashTableT<Titem, Thash_bits> - simple hash table
  *  of pointers allocated elsewhere.
  *
  *  Supports: Add/Find/Remove of Titems.