src/misc/hashtable.hpp
branchcpp_gui
changeset 6308 646711c5feaa
parent 5884 be0c8467aeb4
child 10429 1b99254f9607
--- a/src/misc/hashtable.hpp	Sun Apr 15 17:04:44 2007 +0000
+++ b/src/misc/hashtable.hpp	Sat Apr 21 08:23:57 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.