X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd330a69c9555c29c6fc448a61e58e0d49402c47..afbe906abdf9aa69a56571b8b20b095351dd8f34:/docs/latex/wx/wxhtml.tex diff --git a/docs/latex/wx/wxhtml.tex b/docs/latex/wx/wxhtml.tex index 6cc3ca70b1..2ea549ae27 100644 --- a/docs/latex/wx/wxhtml.tex +++ b/docs/latex/wx/wxhtml.tex @@ -15,7 +15,7 @@ class which allows you to use your own virtual file systems. wxHtmlWindow supports tag handlers. This means that you can easily extend wxHtml library with new, unsupported tags. Not only that, you can even use your own application-specific tags! -See \verb$src/html/m_*.cpp$ files for details. +See \verb$src/html/m\_*.cpp$ files for details. There is a generic wxHtmlParser class, independent of wxHtmlWindow.