Search code examples
c#xsltdocumentationcommentsjavadoc

Javadoc like documentation for C#'s XML comments


I'm looking for something to turn my C# XML comments into documentation. I don't like CHM's, nor MSDN's look and feel. I love using the javadocs. They're easy to navigate, and everything is accessible. I am looking for a tool I can use to convert the comments in my code to a javadoc like look and feel.

Is there something that does this? I've tried Sandcastle and its various GUI's but they don't do what I want.


Solution

  • Probably you can use Doxygen ?