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 5241cdd commit 6ca2d3aCopy full SHA for 6ca2d3a
doc/doxygen/README.md
@@ -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