7

I need to generate class diagrams or a graph of a C++ project using Doxygen, I installed it on Ubntu 12.04 as follow:

 sudo apt-get install doxygen
 sudo apt-get install doxygen-gui

now I don't know how to run the gui, or how to generate the graphs from the surce code, the manual doesn't help.

4

1 回答 1

10

你需要为图表安装graphviz

sudo apt-get install graphviz
sudo apt-get install doxygen-gui

比在终端类型中启动 doxygen gui 类型

doxywizard
于 2013-06-06T21:17:26.753 回答