X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e676441ff41b4d80cc1587691a359165b518fbc4..027aa6fa77e5b4643d2296f63d6911beb496c5bc:/docs/latex/wx/wxhtml.tex diff --git a/docs/latex/wx/wxhtml.tex b/docs/latex/wx/wxhtml.tex index 2ea549ae27..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.