Hi there,

I’ve tried finding this information on the interwebs elsewhere but can’t, so 
figured I’d ask here. 

QtCreator has a handy checkbox to add auto generation of doxygen commands (e.g. 
param, return etc). Is there any way to make it add backslash style commands 
instead of @-style? i.e. it currently inserts this:

/**
 * @param first  The first param
 * @param second The second param
 */

Whereas to match our coding style I’d really like to see:

/**
 * \param first  The first param
 * \param second The second param
 */

Any ideas?

Thanks for your help,

Lachlan Hetherton
Principal Software Engineer, Workspace <https://research.csiro.au/workspace>
Data61  |  CSIRO 
lachlan.hether...@csiro.au  |  +613 9545 8041 
Door 34, Goods Shed North, Village Street, Docklands VIC 3008
CSIRO acknowledges the Traditional Owners of the land, sea and waters, of the 
area that we live and work on across Australia. We acknowledge their continuing 
connection to their culture and we pay our respects to their Elders past and 
present.
Please consider the environment before printing this email.
CSIRO Australia’s National Science Agency  |  csiro.au <https://www.csiro.au>

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to