From ff9fa9a9f05a05cf8b2d3b06a818380f98cad7cc Mon Sep 17 00:00:00 2001 From: Kim Wittenburg Date: Thu, 31 Aug 2017 00:26:37 +0200 Subject: [PATCH] Add Documentation Build Script --- build-documentation.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 build-documentation.sh diff --git a/build-documentation.sh b/build-documentation.sh new file mode 100755 index 0000000..a791315 --- /dev/null +++ b/build-documentation.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +headerdoc2html --class-as-composite -o Documentation MathKit/*.h +gatherheaderdoc Documentation Dokumentation.html