]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/html/htmlpars.h
initial native implementation of wxCalendarCtrl for MSW
[wxWidgets.git] / interface / html / htmlpars.h
index 355e8fcc3377d0c248f81be19d94a8a0baa3b2a0..c11115af3a6677b67eb5f9aca7ec108c98f874de 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        html/htmlpars.h
-// Purpose:     documentation for wxHtmlTagHandler class
+// Purpose:     interface of wxHtmlTagHandler
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -14,8 +14,7 @@
     @library{wxhtml}
     @category{html}
 
-    @seealso
-    Overview, wxHtmlTag
+    @see Overview(), wxHtmlTag
 */
 class wxHtmlTagHandler : public wxObject
 {
@@ -63,6 +62,7 @@ public:
 };
 
 
+
 /**
     @class wxHtmlParser
     @headerfile htmlpars.h wx/html/htmlpars.h
@@ -88,8 +88,7 @@ public:
     @library{wxhtml}
     @category{html}
 
-    @seealso
-    @ref overview_cells "Cells Overview", @ref overview_handlers "Tag Handlers
+    @see @ref overview_cells "Cells Overview", @ref overview_handlers "Tag Handlers
     Overview", wxHtmlTag
 */
 class wxHtmlParser
@@ -150,7 +149,7 @@ public:
         reference to it is parent parser it can easily request the file by
         calling
     */
-    wxFileSystem* GetFS();
+    wxFileSystem* GetFS() const;
 
     /**
         Returns product of parsing. Returned value is result of parsing
@@ -268,3 +267,4 @@ public:
     */
     void StopParsing();
 };
+