We have developed an application in c# .net and aim to make it deployable within our intranet. We would like to have a solid documentation to go along with it but are unsure of the best platform to document this. Any tools available to facilitate this process?

I found out about Doxygen, Htmlhelp or Dr Explain but i'm still not convinced what to use.

link|improve this question

What class of documentation are you looking to provide? For application users? For Application-support? (service desk etc) For development? (reusable libraries, or further development) – Rudu Sep 8 '10 at 15:44
For both developers and instructions for users to setup the system – user391986 Sep 9 '10 at 19:41
feedback

2 Answers

up vote 3 down vote accepted

If want to generate something similar to MSDN, you could try Sandcastle (which is created by Microsoft).

You can either use the Help File Builder for users or Documentation Compiler for Managed Class Libraries if your application is a shared library for other developers (although from your description it sounds like you will want to use the Help File Builder).

link|improve this answer
feedback

If you want MSDN-like code documentation, you can also try VSdocman.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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