]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htfilter.tex
Fixed ctor declaration : some default were missing
[wxWidgets.git] / docs / latex / wx / htfilter.tex
index 8307d803820b4a69d715f8cc7dbcad28a129a98f..c9956f817a65c5304ef7de228aad7ccdbd45df4d 100644 (file)
@@ -3,7 +3,6 @@
 % htmlfilter.tex at 29/Mar/99 18:35:09
 %
 
-
 \section{\class{wxHtmlFilter}}\label{wxhtmlfilter}
 
 This class is input filter for \helpref{wxHtmlWindow}{wxhtmlwindow}.
@@ -19,7 +18,6 @@ wxObject
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-
 \membersection{wxHtmlFilter::wxHtmlFilter}\label{wxhtmlfilterwxhtmlfilter}
 
 \func{}{wxHtmlFilter}{\void}
@@ -45,7 +43,6 @@ bool MyFilter::CanRead(const wxFSFile& file)
 
 \func{wxString}{ReadFile}{\param{const wxFSFile\& }{file}}
 
-
 Reads the file and returns string with HTML document.
 
 Example: