X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c913512a4c9f36e11e07ea707002fab1608d324..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/html/htmlfilt.h?ds=inline diff --git a/interface/html/htmlfilt.h b/interface/html/htmlfilt.h index 46d57a3428..9a40dbcff1 100644 --- a/interface/html/htmlfilt.h +++ b/interface/html/htmlfilt.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: html/htmlfilt.h -// Purpose: documentation for wxHtmlFilter class +// Purpose: interface of wxHtmlFilter // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -16,8 +16,7 @@ @library{wxhtml} @category{FIXME} - @seealso - Overview + @see Overview() */ class wxHtmlFilter : public wxObject { @@ -29,15 +28,14 @@ public: /** Returns @true if this filter is capable of reading file @e file. - Example: */ bool CanRead(const wxFSFile& file); /** Reads the file and returns string with HTML document. - Example: */ wxString ReadFile(const wxFSFile& file); }; +