aduros / dox

Haxe documentation generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Haxe documentation generator.

Note: Dox currently requires the development branch of Haxe due to some minor changes in abstract rtti xml generation. You'll also need an up to date haxelib (requires support for classPath in haxelib.json)

Install dependencies:

haxelib install hxtemplo
haxelib install hxargs
haxelib install markdown

To generate std documentation:

haxelib install hxcpp
haxelib install hxjava
haxelib install hxcs

haxelib dev dox .

haxe run.hxml
haxe gen.hxml
haxe std.hxml

Document root (-r when invoking dox.n) Should point to the absolute path of the documentation on your server. You might need to update this value in std.hxml

ie: http://localhost/workspace/docs => -r /workspace/docs

About

Haxe documentation generator.


Languages

Language:Nemerle 87.0%Language:Haxe 10.2%Language:JavaScript 2.0%Language:CSS 0.9%