What is a good/free tool to auto generate documentation for VS 2008 Express?
Posted
by melaos
on Stack Overflow
See other posts from Stack Overflow
or by melaos
Published on 2009-05-11T07:15:35Z
Indexed on
2010/05/16
20:20 UTC
Read the original article
Hit count: 211
Hi guys, I'm new to the wonderful world of .net development, and I'm currently using c# 3.0 and I'm wondering is there any good/free/open source tool to auto generate documentation for the project that I work on based on the /// summary comments like or whatever the in thing it is for vs2008. As I recall back in .net 1.1 we used to use that with a tool call ndoc, but I can't find much about ndoc and VS 2008 express.
So can anyone please recommend me some good tools or point me to the right direction? thanks.
Updates:
I'm currently looking into Doxygen..
© Stack Overflow or respective owner