Any software to auto generate doxygen comment blocks?
- by Simone Margaritelli
Hello, i'm developing a quite big C++ software and now (better late than neve :)) i've decided to document it in the doxy standards.
There are plenty of classes, methods, functions, macros and so on therefore i'm searching for a software that would scan my source tree and insert doxy comment blocks on top of every "documentable item" to let me edit them later and add details such as methods description and so on.
Some hint?