Dox
A Haxe documentation generator used by many popular projects such as:
Installation
Install the library via haxelib:
haxelib install dox
Usage
Note: Dox requires Haxe 3.1 or higher due to some minor changes in abstract rtti xml generation. You'll also need an up-to-date haxelib (requires support for
classPathin haxelib.json)
- Compile all relevant code with Haxe using
haxe -xml docs/doc.xml -D doc-gen. - Invoke
haxelib run dox -i docs, where dir points to the .xml file(s) generated by step 1.
