0d3a578d1d
--HG-- branch : develop
6 lines
155 B
Bash
Executable File
6 lines
155 B
Bash
Executable File
#!/bin/sh
|
|
# Script generate developer documentation for progect.
|
|
# Output directory doc/
|
|
# Run from root directory of project
|
|
doxygen doc/doxygen/Doxyfile
|