]> git.mxchange.org Git - city.git/blob - rebuild_doc.sh
Renamed some more files city -> city_daemon to avoid confusion as these classes
[city.git] / rebuild_doc.sh
1 #!/bin/sh
2
3 echo "$0: Cleaning up..."
4 find docs/html/ -type f -exec rm -f {} \;
5 rm -f docs/*.log
6 echo "$0: Done."
7
8 doxygen Doxyfile