X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/html/htmlfilt.h diff --git a/interface/html/htmlfilt.h b/interface/html/htmlfilt.h index aea59f70bf..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 { @@ -39,3 +38,4 @@ public: */ wxString ReadFile(const wxFSFile& file); }; +