-
Notifications
You must be signed in to change notification settings - Fork 36
Home
Mark Knol edited this page Aug 3, 2016
·
7 revisions
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.
Learn Haxe: Introduction | Manual | API | Try Haxe | Haxe Library Manager | Code Cookbook
Connect: GitHub | Stack Overflow | Forum | Chat | Twitter | Facebook