Graphviz + Doxygen to generate UML class diagrams

后端 未结 4 1826
暗喜
暗喜 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:23

    I had similar problem its successfully solved now.

    Following are the steps(assuming that you are using GUI version of Doxygen-Doxywizard)

    1. Click on Expert button

    2. Go to Dot tab and select the DOT_PATH. Browse the folder where you have installed the program. e.g., " C:/Program Files (x86)/Graphviz2.32/bin "

    Hope it helps, Anit

提交回复
热议问题