views:

128

answers:

1

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