How to use doxygen to create UML class diagrams from C++ source

后端 未结 6 1006
没有蜡笔的小新
没有蜡笔的小新 2020-11-28 19:41

I have been searching for some material that describes how to generate simple class diagrams with doxygen, but couldn\'t find one. Can anybody help?

I need to create

6条回答
  •  执念已碎
    2020-11-28 20:12

    I think you will need to edit the doxys file and set GENERATE_UML (something like that) to true. And you need to have dot/graphviz installed.

提交回复
热议问题