UML free reverse engineering tool for C++ (.h/.cpp ==> Class Diagram)

后端 未结 6 1200
醉酒成梦
醉酒成梦 2021-02-07 09:39

What tools are available for creating UML Class Diagrams from a set of .h- or .cpp-files?

I am looking for something that...

  • is free
6条回答
  •  轮回少年
    2021-02-07 10:10

    I've developed a tool called Doxygraph which can parse the XML generated by Doxygen and turn it into an interactive UML class diagram which you can view in a web browser or import into any software that can read Graphviz "dot" files.

提交回复
热议问题