]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/httagmod.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / httagmod.tex
index 891fe520919b85548fea98e8bf66d6f06d3a7ee8..bce7bda44ae13b67c2374331621a813a841cfd80 100644 (file)
@@ -5,17 +5,22 @@
 \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}
 
-\helpref{wxModule}{wxmodule}
+\helpref{wxModule}{wxmodule}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
 <wx/html/winpars.h>
 
+\wxheading{Library}
+
+\helpref{wxHtml}{librarieslist}
+
 \wxheading{See Also}
 
 \helpref{Tag Handlers}{handlers},
@@ -28,14 +33,14 @@ tag handlers. It is used almost exclusively together with set of
 
 \func{virtual void}{FillHandlersTable}{\param{wxHtmlWinParser }{*parser}}
 
-You must override this method. In most common case it is 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}