-
Notifications
You must be signed in to change notification settings - Fork 36
Default theme examples
Mark Knol edited this page Aug 3, 2016
·
7 revisions
-cmd haxelib run dox -i bin/xml -o bin/api-minimal
.
.
.
-cmd haxelib run dox -i bin/xml -o bin/api-basic -D title "Great API documentation" -D themeColor 0x1294f6
.
.
.
-cmd haxelib run dox -i bin/xml -o bin/api-advanced --title "Great API documentation" -D version "1.0.0 beta" -D website "http://haxe.org" -D logo "https://placehold.it/300x75/3c4db7" -D themeColor 0x1294F6 -D textColor 0x9BF1FB -D description "Just a perfect day to learn all about this framework!" -D source-path https://github.com/HaxeFoundation/haxe/blob/development/std/ -ex my.secret.pack
Learn Haxe: Introduction | Manual | API | Try Haxe | Haxe Library Manager | Code Cookbook
Connect: GitHub | Stack Overflow | Forum | Chat | Twitter | Facebook