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. |