summaryrefslogtreecommitdiffstats
path: root/Doxygen/doxyrun.sh
blob: a8ae4882023e326ca1cb0c24855e0d2907ea4060 (plain)
1
2
3
4
5
6
7
8
9
# 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