src/misc/hashtable.hpp
changeset 6481 85ad87daf4b0
parent 5633 e1905dacc378
child 9111 48ce04029fe4
--- a/src/misc/hashtable.hpp	Tue Apr 17 19:08:00 2007 +0000
+++ b/src/misc/hashtable.hpp	Tue Apr 17 20:23:13 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.