how to configure the build-in doxygen ?

General questions regarding the usage of CodeLite
gree
CodeLite Curious
Posts: 1
Joined: Mon Apr 07, 2008 1:14 pm
Contact:

how to configure the build-in doxygen ?

Post 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
*/
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: how to configure the build-in doxygen ?

Post 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
Make sure you have read the HOW TO POST thread
Post Reply