X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..2fa2b11bbffc8995892369cedb9b208ca9a54d5b:/docs/latex/wx/httagmod.tex diff --git a/docs/latex/wx/httagmod.tex b/docs/latex/wx/httagmod.tex index 891fe52091..30bc5d24a3 100644 --- a/docs/latex/wx/httagmod.tex +++ b/docs/latex/wx/httagmod.tex @@ -5,7 +5,7 @@ \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} @@ -28,14 +28,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}