Clean code and added a few amendments (if()).
[irreco.git] / irreco / doxygen.sh
blobb23aae570d15de398982e1e51da601ac11f5a4d0
1 #!/bin/bash
4 # Doxygen will not generate the documentation correctly if doxygen is not
5 # executed from the correct directory.
7 cd "$( dirname "$0" )"
10 # Generate backend template.
12 mkdir -p ./example
13 ./irreco-backend-maker.sh ./example/irreco_backend_template.c
16 # Run Doxygen.
18 doxygen doxygen/Doxyfile