summaryrefslogtreecommitdiffstats
path: root/Doxygen/doxyrun.sh
diff options
context:
space:
mode:
authorLeonetienne <leon@etiennes.de>2022-05-16 23:57:26 +0200
committerLeonetienne <leon@etiennes.de>2022-05-16 23:57:26 +0200
commit954629f6bc3b7753c5be0c08e0cdb5caf1056d23 (patch)
tree33a95f60202135f9fcc689e081a64f2d274d7d99 /Doxygen/doxyrun.sh
parent1fe3eeb14470470d8c95c40c98a12c15320bcd57 (diff)
Adhere to new project structure
Diffstat (limited to 'Doxygen/doxyrun.sh')
-rw-r--r--Doxygen/doxyrun.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/Doxygen/doxyrun.sh b/Doxygen/doxyrun.sh
deleted file mode 100644
index a8ae488..0000000
--- a/Doxygen/doxyrun.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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
-