Click here to Skip to main content
15,887,376 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Whats the update on documentation for VS projects. Is Sand Castle still the norm, or is there another better tool out there for documentation?
Posted
Updated 9-May-16 5:37am
v2

Of the free solutions available for me Sand Castle is the norm, I can recommend Sandcastle Help File Builder:
GitHub - EWSoftware/SHFB: Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools.[^]

In the past I used NDoc which was nice but sadly not regularly updated for newer .NET Framework versions.
HelpNDoc seemed promising, but didn't succesfully generate documentation for a large solution:
HelpNDoc | HTML help authoring tool, Word, PDF and eBook documentation generator[^]
 
Share this answer
 
For now I selected two tools to use for documenting and commenting code in my projects in Visual Studio 2015 - Sandcastle and GhostDoc.

Sandcastle is continuously developing and is quite powerful tool. It is free and open source. I think frequent code commits is an evidence of its actuality.

GhostDoc can help to make XML comments.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900