vote up 2 vote down star
2

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..

flag

5 Answers

vote up 3 vote down check

These two tools might help you:

http://www.codeplex.com/Sandcastle

http://www.codeplex.com/SHFB

The SHFB GUI tool will help you to easily build your documentation files with Sandcastle.

I hope these two links will help you further.

link|flag
thanks, i'll check it out :) – melaos May 11 at 7:28
vote up 2 vote down

Doc-O-Matic Express is free an very fast (unlike Sandcastle).

link|flag
vote up 2 vote down

Docu is a new (and alpha) player in this space:

What's a docu? A documentation generator for .Net that isn't complicated, awkward, or difficult to use. Given an assembly and the XML that's generated by Visual Studio, docu can produce an entire website of documentation with a single command.

link|flag
vote up 1 vote down

We use doxygen which (unlike Sandcastle) has a nice GUI to help generate a config file and perform test runs etc. It can produce some nice graphical representations of the class relationships as well.

We have plugged it into our Cruise Control configuration as well so we have up to date documentation as part of the nightly builds.

link|flag
vote up 1 vote down

Have you looked at GhostDoc?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.