Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 doxygen folding support

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
_NN_ Posted - Jun 05 2011 : 05:52:23 AM
Is it possible to add folding for doxygen style comments ?

http://www.stack.nl/~dimitri/doxygen/grouping.html

E.g.

Fold here-> /// @name MyBlock
/// @{
...
/// @}

And it folds like #region/#endregion:

[+] MyBlock

Also alternative doxygen syntax should be allowed:
/** @name MyBlock */
/** @{ */
...
/** @} */


Is it possible to do only with VAX macros ?
Since many projects using doxygen comment style this would be a very handy feature.

Thanx.
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jun 06 2011 : 08:26:30 AM
I had a similar problem with VBScript a while ago, and wrote an IDE macro to collapse the functions:

http://support.wholetomato.com?W444

you will need to update the IDE find regular expressions, but this macro should do what you want. I am not sure what it will do to the current outlining of functions in your code though. Hopefully a couple of extra calls to the IDE outlining commands will fix any oddities you encounter.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000