X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..49d37022125686b42877f0a5a971e13fb1381e87:/interface/html/htmltag.h diff --git a/interface/html/htmltag.h b/interface/html/htmltag.h index 9e10b396de..974106a761 100644 --- a/interface/html/htmltag.h +++ b/interface/html/htmltag.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: html/htmltag.h -// Purpose: documentation for wxHtmlTag class +// Purpose: interface of wxHtmlTag // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -58,7 +58,7 @@ public: /** Returns tag's name. The name is always in uppercase and it doesn't contain - '' or '/' characters. (So the name of @c FONT SIZE=+2 tag is "FONT" + " or '/' characters. (So the name of @c FONT SIZE=+2 tag is "FONT" and name of @c /table is "TABLE") */ wxString GetName() const; @@ -127,3 +127,4 @@ public: wxString ScanParam(const wxString& par, const wxChar* format, void* value) const; }; +