Friday, May 6, 2011

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. Is there 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 it's various GUI's but they don't do what I want.

From stackoverflow

0 comments:

Post a Comment