summaryrefslogtreecommitdiffstats
path: root/StringTools/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 /StringTools/doxygen/doxyrun.sh
parent1fe3eeb14470470d8c95c40c98a12c15320bcd57 (diff)
Adhere to new project structure
Diffstat (limited to 'StringTools/doxygen/doxyrun.sh')
-rw-r--r--StringTools/doxygen/doxyrun.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/StringTools/doxygen/doxyrun.sh b/StringTools/doxygen/doxyrun.sh
new file mode 100644
index 0000000..a8ae488
--- /dev/null
+++ b/StringTools/doxygen/doxyrun.sh
@@ -0,0 +1,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
+