vote up 9 vote down star
3

I have several C# projects along with some internal library components that I'm trying to document together. Sandcastle seems to be the place to go to generate documentation from C#. I would like to know which of the two, DocProject or Sandcastle Help File Builder GUI is better and supports the features I need.

I would like to compile only each projects own part of the document and then have it all integrated together in the end. (i.e. the library components in one documentation project and each project in it's own documentation project, then all of the above in a single root using the Help 2 viewer)

flag

3 Answers

vote up 7 vote down check

I can vouch for Sandcastle Help File Builder. It works really well and you can document any number of assemblies within a Sandcastle Help File Builder project. In theory, you could have a Builder project and generate a doc for each C# project and then have a master Builder project which documents everything.

link|flag
vote up 2 vote down

Here are some useful links for Sandcastle based .NET documentation:

Tutorial on Sandcastle

Sandcastle Help File Builder (SHFB)
Tutorial on SHFB

Web Project Documentation
Tutorial on how to document Web Projects (More manual and I believe outdated given previous the link)

MSDN reference for XML Documentation

link|flag
vote up 2 vote down

Doc Project produces more polished docs - when it works - which isn't all the time. It's a much more flakey product.

Sandcastle Help File Builder is solid and gets the job done.

link|flag

Your Answer

Get an OpenID
or

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