how to configure the build-in doxygen ?
Posted: Mon Apr 07, 2008 1:54 pm
the build-in doxygen could only insert doxygen comment like
/**
* \brief
*/
and how to configure it by user own ?
I would like
/*!
\brief
*/
/**
* \brief
*/
and how to configure it by user own ?
I would like
/*!
\brief
*/