/////////////////////////////////////////////////////////////////////////////
// Name: html/htmltag.h
-// Purpose: documentation for wxHtmlTag class
+// Purpose: interface of wxHtmlTag
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
/**
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;
wxString ScanParam(const wxString& par, const wxChar* format,
void* value) const;
};
+