Does anyone know of a tool that converts Javadoc comments into C# documentation comments?
A:
You could use doxygen to generate your docs. This doesn't convert, but it should be able to create docs from javadoc-in-C#.
David Schmitt
2010-04-21 07:19:58