From 607a55f4ec509649d3799df9dff54a28d074e693 Mon Sep 17 00:00:00 2001 From: belugas Date: Tue, 17 Apr 2007 20:23:13 +0000 Subject: (svn r9662) -Documentation: Doxygen corrections and @file omissions --- src/misc/hashtable.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/misc/hashtable.hpp') diff --git a/src/misc/hashtable.hpp b/src/misc/hashtable.hpp index c6b52e50a..fad44114d 100644 --- a/src/misc/hashtable.hpp +++ b/src/misc/hashtable.hpp @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file hashtable.hpp */ + #ifndef HASHTABLE_HPP #define HASHTABLE_HPP @@ -97,7 +99,7 @@ struct CHashTableSlotT } }; -/** @class CHashTableT - simple hash table +/** class CHashTableT - simple hash table * of pointers allocated elsewhere. * * Supports: Add/Find/Remove of Titems. -- cgit v1.2.3-54-g00ecf