Can I / How to Import C# triple-slash (///) XML comments into AsciiDoc

Posted by royha on
URL: https://discuss.asciidoctor.org/Can-I-How-to-Import-C-triple-slash-XML-comments-into-AsciiDoc-tp8210.html

Is there a way to automate the importing of C# triple-slash XML code comments into AsciiDoc?

Compiling a C# solution with the /doc switch creates an .xml file with all /// code comments. Is there a way I can import/convert that into an AsciiDoc file or a series of AsciiDoc files?

This would save serious time writing API reference documentation that's on my to-do list.