/////////////////////////////////////////////////////////////////////////////
// Name: hash.h
-// Purpose: documentation for wxHashTable class
+// Purpose: interface of wxHashTable
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxbase}
@category{containers}
- @seealso
- wxList
+ @see wxList
*/
class wxHashTable : public wxObject
{
void Put(const char* key, wxObject* object);
//@}
};
+