Author Topic: Using @-sign instead of \ in DoxyBlocks  (Read 3556 times)

Offline marmistrz

  • Multiple posting newcomer
  • *
  • Posts: 18
Using @-sign instead of \ in DoxyBlocks
« 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 

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Using @-sign instead of \ in DoxyBlocks
« Reply #1 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
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline marmistrz

  • Multiple posting newcomer
  • *
  • Posts: 18
Re: Using @-sign instead of \ in DoxyBlocks
« Reply #2 on: April 23, 2016, 02:45:35 pm »
Thanks!