Any software to auto generate doxygen comment blocks?
Posted
by Simone Margaritelli
on Stack Overflow
See other posts from Stack Overflow
or by Simone Margaritelli
Published on 2010-03-26T16:51:32Z
Indexed on
2010/03/26
16:53 UTC
Read the original article
Hit count: 438
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?
© Stack Overflow or respective owner