Page 1 of 1

how to configure the build-in doxygen ?

Posted: Mon Apr 07, 2008 1:54 pm
by gree
the build-in doxygen could only insert doxygen comment like

/**
* \brief
*/

and how to configure it by user own ?

I would like

/*!
\brief
*/

Re: how to configure the build-in doxygen ?

Posted: Mon Apr 07, 2008 3:05 pm
by eranif
Currently u cant, BUT the good news, is that is being modified as we speak...
There is a feature request for this:
https://sourceforge.net/tracker/index.p ... tid=979963

Eran