Hello,
I'm looking for a decent code documentation generator for C# that can create an html-format documentation straight from source.
I don't want to use Sandcastle, because it's too tedious to use and I don't use VS for my work, though Sandcastle's output is exactly what I need.
I also need the functionality of Doxygen - just save a file, press a button, and out comes documentation. The problem is that Doxygen doesn't produce an MSDN-like output.
Customizable styles would be a plus, as well as support for plenty of other styles like prototype, hana, vs2005, etc.