StringTools/Doxygen/doxyrun.sh
2022-02-28 00:08:59 +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