Thursday, January 29, 2009

Doxygen and NDoc

I needed to generate documentation like javaDoc for C#. It can be done by NDoc. But since i used comments like java, Doxygen was very useful.
http://www.stack.nl/~dimitri/doxygen/

Not only C#, it can be used to generate documents for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D.


useful links:
http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc
http://www.thunderguy.com/semicolon/2006/08/06/c-sharp-documentation-comments-useless/
http://www.programminglearn.com/320/c-commenting-c-vsnet-commenting

No comments: