Code::Blocks Forums

User forums => Help => Topic started by: marmistrz on April 04, 2016, 10:12:02 pm

Title: Using @-sign instead of \ in DoxyBlocks
Post by: marmistrz on April 04, 2016, 10:12:02 pm
Is it possible to use the @ sign instead of the backslash in DoxyBlocks (in the template), I mean
Code
@brief 
instead of
Code
\brief 
Title: Re: Using @-sign instead of \ in DoxyBlocks
Post by: MortenMacFly on April 09, 2016, 06:04:51 am
Is it possible to use the @ sign instead of the backslash in DoxyBlocks (in the template), I mean
Code
@brief 
instead of
Code
\brief 
Yes, you can set this in the options of the DoxyBlocks plugin:
Menu DoxyBlocks -> Tab "General" -> Use "@" In Tags
Title: Re: Using @-sign instead of \ in DoxyBlocks
Post by: marmistrz on April 23, 2016, 02:45:35 pm
Thanks!