Convert Doxygen to XML comments

Posted by jmster on Stack Overflow See other posts from Stack Overflow or by jmster
Published on 2010-03-23T11:34:04Z Indexed on 2010/03/23 12:03 UTC
Read the original article Hit count: 600

Filed under:
|
|
|
|

We have a C# project which for historical reasons uses both Doxygen and Visual Studio style comments in the same code. Has anyone tried to systematically translate one standard to another, preferably to the common XML subset?

I guess it would not be too difficult to write a script to cover the most common features, but I would not like to reinvent the wheel.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about doxygen