]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/hash.h
use wxEmptyString as default value to return from GetAttribute()
[wxWidgets.git] / interface / hash.h
index 6de44b96a84bceeaf31498ebc697bebc346c1833..b7bfc1091a5e15bdc995f0f3a27fafe234affd48 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        hash.h
-// Purpose:     documentation for wxHashTable class
+// Purpose:     interface of wxHashTable
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -20,8 +20,7 @@
     @library{wxbase}
     @category{containers}
 
-    @seealso
-    wxList
+    @see wxList
 */
 class wxHashTable : public wxObject
 {
@@ -105,3 +104,4 @@ public:
     void Put(const char* key, wxObject* object);
     //@}
 };
+