X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..51317496171b33f2abb155a1214f567b79d66e43:/interface/html/htmlpars.h?ds=sidebyside diff --git a/interface/html/htmlpars.h b/interface/html/htmlpars.h index 355e8fcc33..c11115af3a 100644 --- a/interface/html/htmlpars.h +++ b/interface/html/htmlpars.h @@ -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(); }; +