Question

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.

Was it helpful?

Solution

Probably you can use Doxygen ?

OTHER TIPS

Please see this question https://stackoverflow.com/questions/546053/anyone-using-ndoc-or-a-similar-tool-to-help-with-system-documentation/ You will find there a brief overview of different commercial and opensource tools

My vote is for SandCastle

ndoc is very similar to JavaDoc. I'd recommend it: http://ndoc.sourceforge.net/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top