dox.hxml

Note for using haxe dox lib

# doc gen
-lib dox
-xml docs/doc.xml
-D doc-gen
--macro include('pack')
--no-output
--each
# -- then in terminal
# -- Install lib
# haxelib install dox
# -- Build to generate 
# haxe dox.hxml
# -- build doc pages in rep 'bin/pages'
# haxelib run dox -i docs -o public -in herakles -ex Tests