vote up 0 vote down star
2

Is SandCastle the best "free" code document producing tool? Or Is there a more recommended product, that works with .net?

flag

3 Answers

vote up 9 vote down check

It is my preferred documentation tool, regardless of price. Note that SandCastle, by itself, offers a nice set of features. However, you will gain much more value from it by using something like the Sandcastle Help File Builder project from Codeplex. I have been using the 1.8.0.0 Alpha release for a couple of weeks now, and it is miles ahead of the 1.7.0.0 version posted, too.

I also recommend GhostDoc for comment templating and inheritance.

link|flag
Joseph, can it output HTMl with a navigation frame? – Michael L Dec 3 '08 at 18:30
Yes, it can. It can produce help web sites, and not just CHM files. We use both. We publish the site to a "help" server in-house, and distribute the CHMs, as needed. – joseph.ferris Dec 3 '08 at 18:33
I have to tell you Joseph, the help builder plugin makes the project great, thanks again for the info! – Michael L Dec 5 '08 at 16:20
Not a problem. Glad to help! I know that it has made my life a lot easier. – joseph.ferris Dec 7 '08 at 1:13
vote up 5 vote down

I've never used SandCastle, but I've gotta put in a vote for Doxygen. It's got support for a lot of languages & environments, but as I only use it for (unmanaged) C++, I can't vouch for its .Net support.

link|flag
vote up 2 vote down

I agree with Joseph.

I downloaded the SandCastle SDK and found it a pain to work with. Then, I downloaded the Help File Builder. It works just like NDOC, which is what I was looking for.

link|flag
!Agreed! Same experience – Michael L Dec 5 '08 at 16:20

Your Answer

Get an OpenID
or
never shown

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