diff options
Diffstat (limited to 'Doxygen/doxyrun.sh')
| -rw-r--r-- | Doxygen/doxyrun.sh | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Doxygen/doxyrun.sh b/Doxygen/doxyrun.sh index b3dbc61..a8ae488 100644 --- a/Doxygen/doxyrun.sh +++ b/Doxygen/doxyrun.sh @@ -1 +1,9 @@ -sudo doxygen doxyfig +# 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 + |
