Skip to content

Commit 408964f

Browse files
committed
Doxygen README final
1 parent 6ca2d3a commit 408964f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/doxygen/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ Doxygen is documentation generator and is able to generate visualization of the
44

55
## Usage
66

7-
After installing doxygen, invoke the following on the command prompt (inside doxygen folder):
7+
First you need to install doxygen and the dot tool (graphviz), then invoke the following on the command prompt (inside doxygen folder):
88

9+
```bash
910
doxygen doxygen.conf
11+
```
1012

1113
Now you may view the created webpage by opening the doxygen.html symlink with a webbrowser of your choice, e.g.:
1214

15+
```bash
1316
firefox doxygen.html
17+
```

0 commit comments

Comments
 (0)