What is a good/free tool to auto generate documentation for VS 2008 Express?
- by melaos
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..