开发者

Convert Doxygen to XML comments

开发者 https://www.devze.com 2022-12-24 20:57 出处:网络
We have a C# project which for historical reasons uses both Doxygen and Visual Studio style comments in the same code.

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 wr开发者_运维技巧ite a script to cover the most common features, but I would not like to reinvent the wheel.


I had the same question, found these answers in 2022, maybe it can help someone:

  • Atomineer Pro can convert between existing and your configured format
  • Doxygen to XML converter self-describing as quick and dirty Python tool
0

精彩评论

暂无评论...
验证码 换一张
取 消