]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/html/htmltag.h
Intial review of calctrl.h.
[wxWidgets.git] / interface / html / htmltag.h
index 9e10b396de66817ad0afff231d011395426faf8a..974106a761f2cd8475c08ae1e646dc27aa0c31c0 100644 (file)
@@ -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;
 };
+