BmpPP/Doxygen/doxyrun.sh
2022-03-05 12:34:19 +01:00

10 lines
159 B
Bash

# Copy repository readme here to be used as a cover page
tail ../readme.md -n +2 > index.md
# Run doxygen
doxygen doxyfig
# Cleanup index.md
rm -f index.md