I have updated Doxyblocks with latest nightly build SVN 9958. I generate doc :
/** \mainpage wxETKSQLite3
\section intro What is wxETKSQLite3?
\b wxETKSQLite3 is a C++ wrapper around the public domain
written in C++ that allow to access <a href="http://www.sqlite.org/">SQLite3</a> database.<br>
This library is used to allow user to quickly make database binding and make easy request with C++ operators
and is specifically designed for use in programs based on the \b <a href="http://www.wxwidgets.org/">wxWidgets</a> library.
A workaround has been made to make it works with \b <a href="http://qt.nokia.com/products/">QT</a> Library.<br>
But when I generate it, it generate HTML with \b or <dl>
<dt><b>1.1</b> - <i>02 July 2012</i></dt>
<dd>
QT Integration...
</dd>
<dt><b>1.0</b> - <i>12 December 2011</i></dt>
<dd>
First release - Not published...
</dd>
</dl>
Something has been chenged, an option to check to correctly generate HTML documentation ?