#!/bin/sh SOURCE_PATH="https://git.rc-05.com/haxe-tester/tree/src" VERSION=${VERSION:-git} haxe --class-path src \ --no-output \ --interp \ --xml types.xml \ tester haxelib run dox \ -i types.xml \ -o docs \ --toplevel-package tester \ --title "Haxe Tester" \ -D version $VERSION \ -D source-path $SOURCE_PATH \ -D description "Simple Haxe library for creating test cases."