Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML Documentation generator for .NET [closed]

I am looking for a good HTML documentation generator for .NET. Sandcastle is too complicated and too buggy for my needs and NDoc has been dead for ages.

One of my requirements is that it should also handle Code Contracts, which are exposed as extra elements in the XML file emitted by the compiler.

like image 459
Jonathan Allen Avatar asked Jan 13 '12 20:01

Jonathan Allen


1 Answers

Maybe doxygen is an acceptable option for your needs...check it Doxygen. It's compatible with C#.

like image 149
innuendoreplay Avatar answered Sep 28 '22 12:09

innuendoreplay