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?
brew install doxygen --with-graphviz --with-qt --with-llvm
EDIT:
The command used to be:
brew install doxygen --with-dot --with-doxywizard --with-libclang
If you successfully installed doxygen, then you can run Doxywizard by typing doxywizard
in terminal. I think, by default it goes into /usr/local/bin/
.
EDIT: The official .dmg
file for MacOS from the doxygen download page does contain the GUI front-end (doxywizard
).
When building from source, according to the doxygen user manual, one must use configure --with-doxywizard
to enable doxywizard
(also, note requirement for Qt version).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With