We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca2d3a commit 408964fCopy full SHA for 408964f
doc/doxygen/README.md
@@ -4,10 +4,14 @@ Doxygen is documentation generator and is able to generate visualization of the
4
5
## Usage
6
7
-After installing doxygen, invoke the following on the command prompt (inside doxygen folder):
+First you need to install doxygen and the dot tool (graphviz), then invoke the following on the command prompt (inside doxygen folder):
8
9
+```bash
10
doxygen doxygen.conf
11
+```
12
13
Now you may view the created webpage by opening the doxygen.html symlink with a webbrowser of your choice, e.g.:
14
15
16
firefox doxygen.html
17
0 commit comments