Graphviz + Doxygen to generate UML class diagrams

后端 未结 4 1814
暗喜
暗喜 2020-11-29 21:40

I want to use Graphviz + Doxygen to generate a class diagram based on C++ code. This works already as Doxygen comes with a native DOT suppo

4条回答
  •  抹茶落季
    2020-11-29 22:04

    A possible solution to achieve your result is to use plantuml, but it requires more work on documentation.

提交回复
热议问题