Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does anyone know of a tool that converts Javadoc comments into C# documentation comments?

share|improve this question
Wow - major coincidence. I could swear I've just been musing about this for Noda Time ;) – Jon Skeet Nov 9 '09 at 10:05

1 Answer

You could use doxygen to generate your docs. This doesn't convert, but it should be able to create docs from javadoc-in-C#.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.