X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd330a69c9555c29c6fc448a61e58e0d49402c47..2c6f14e1a7b5062fcf77eda40824d820d9ac288e:/docs/latex/wx/wxhtml.tex?ds=sidebyside diff --git a/docs/latex/wx/wxhtml.tex b/docs/latex/wx/wxhtml.tex index 6cc3ca70b1..1eaf9cbe6b 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 {\tt src/html/m\_*.cpp} files for details. There is a generic wxHtmlParser class, independent of wxHtmlWindow.