We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dox is a commandline tool. Check out the Commandline arguments overview
Generating documentation is a three-step process:
Document types and fields in the .hx files by annotating them with block comments. 📖 How to document Haxe code
Compile the application or library using the Haxe compiler with appropriate parameters to generate .xml information. 📖 Generating documentation XML files using Haxe
Invoke Dox an point it to the .xml files generated in step 2. 📖 Generating HTML documentation using Dox
Dox allows to theme your API documentation.