Skip to content

Commit 6ca2d3a

Browse files
committed
Added README for doxygen
1 parent 5241cdd commit 6ca2d3a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/doxygen/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Doxygen
2+
3+
Doxygen is documentation generator and is able to generate visualization of the code structure.
4+
5+
## Usage
6+
7+
After installing doxygen, invoke the following on the command prompt (inside doxygen folder):
8+
9+
doxygen doxygen.conf
10+
11+
Now you may view the created webpage by opening the doxygen.html symlink with a webbrowser of your choice, e.g.:
12+
13+
firefox doxygen.html

0 commit comments

Comments
 (0)