how to generate c# documentation to a chm or html file in visual studio 2012?

15,739

Solution 1

Sandcastle Help File Builder is my favourite..

http://shfb.codeplex.com/

You simply code as normal and it generates itself.

There is a getting started tutorial here:

http://www.ewoodruff.us/shfbdocs/Index.aspx?topic=html/b772e00e-1705-4062-adb6-774826ce6700.htm

Solution 2

Sandcastle will certainly do the job, however I prefer doxygen and it provides good documentation. It can also generate class diagrams for your code.

Share:
15,739
koponk
Author by

koponk

I'm (somehow) a programmer.

Updated on June 13, 2022

Comments