how do I run doxywizard?

bernie2436 picture bernie2436 · Sep 18, 2013 · Viewed 27.9k times · Source

I have successfully downloaded and installed doxygen. I am trying to run doxygen but am a little overwhelmed by the configuration file. I see that there is a utility called doxywizard that guides you through the creation of a configuration file. How do I run this wizard? I see that there is a folder called Doxywizard. Do I run one of the files in this folder?

Answer

orluke picture orluke · Oct 22, 2014

brew install doxygen --with-graphviz --with-qt --with-llvm

EDIT:

The command used to be:

brew install doxygen --with-dot --with-doxywizard --with-libclang