X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..b5cc5cbd6670e0e9ac9e22d02157c6e9502ab1b3:/interface/hash.h?ds=sidebyside diff --git a/interface/hash.h b/interface/hash.h index 6de44b96a8..b7bfc1091a 100644 --- a/interface/hash.h +++ b/interface/hash.h @@ -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); //@} }; +