]> git.saurik.com Git - wxWidgets.git/blame - tests/benchmarks/htmlparser/README
Make @genericAppearance Doxygen macro consistent with @appearance.
[wxWidgets.git] / tests / benchmarks / htmlparser / README
CommitLineData
c21faa0a
VS
1
2This is a copy of wxWidgets 2.8's wxHTML parser. Unlike the 2.9+ version, it
3uses wxString::operator[] during parsing and so is perfect for testing
3c06bd88 4real-life performance of the new wxString class' operator[] caching.