Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Doxygen plugin
Feneck91:
I have updated Doxyblocks with latest nightly build SVN 9958. I generate doc :
--- Code: ---/** \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>
--- End code ---
But when I generate it, it generate HTML with \b or
--- Code: ---<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>
--- End code ---
Something has been chenged, an option to check to correctly generate HTML documentation ?
Thoth:
Hello,
Where are the templates stored for the different Doxygen comment styles? I would like to modify one of them.
I am using C::B version 17.12 with DoxyBlocks version 1.7.3 on FreeBSD 11.2.
A quick look at http://wiki.codeblocks.org/index.php/DoxyBlocks does not reveal where the templates might be located. Nor does
--- Code: ---locate codeblocks | grep -i "Doxy"
--- End code ---
I also searched the forum but either I missed it or did not get what I was looking for in the results.
Also, I really appreciate the effort to get DoxyBlocks integrated. Thank you all that worked on it.
=thoth=
Navigation
[0] Message Index
[*] Previous page
Go to full version