]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/httagmod.tex
compilation fix for wxGetEmptyString() with wxUSE_STL == 1
[wxWidgets.git] / docs / latex / wx / httagmod.tex
index e2e5c89009c8c066c2960d893c7e5917e9bd498c..30bc5d24a3a11938f2eafb995b14e41ac9858b11 100644 (file)
@@ -5,12 +5,16 @@
 \section{\class{wxHtmlTagsModule}}\label{wxhtmltagsmodule}
 
 This class provides easy way of filling wxHtmlWinParser's table of
-tag handlers. It is used almost exclusively together with set of
+tag handlers. It is used almost exclusively together with the set of
 \helpref{TAGS\_MODULE\_* macros}{handlers}
 
 \wxheading{Derived from}
 
-wxModule
+\helpref{wxModule}{wxmodule}
+
+\wxheading{Include files}
+
+<wx/html/winpars.h>
 
 \wxheading{See Also}
 
@@ -24,14 +28,14 @@ wxModule
 
 \func{virtual void}{FillHandlersTable}{\param{wxHtmlWinParser }{*parser}}
 
-You must override this method. In most common case it's body consists
-only of lines of following type:
+You must override this method. In most common case its body consists
+only of lines of the following type:
 
 \begin{verbatim}
 parser -> AddTagHandler(new MyHandler);
 \end{verbatim}
 
-I recommend using {\bf TAGS\_MODULE\_*} macros.
+I recommend using the {\bf TAGS\_MODULE\_*} macros.
 
 \wxheading{Paremeters}