Update documentation

This commit is contained in:
Joshua Granick
2015-01-23 08:53:04 -08:00
parent 30d6139ee5
commit 6bc8a8edda
3 changed files with 8 additions and 3 deletions

124
docs/build.hxml Normal file
View File

@@ -0,0 +1,124 @@
# Generate single haxedoc.xml for haxelib
-xml ../haxedoc.xml
-cpp obj/docs
-D display
ImportAll
-lib lime
--no-output
--next
# Generate platform-specific XML for documentation output
-xml Flash.xml
#-swf obj/docs
-cpp obj/docs
-D display
ImportAll
-lib lime
#-swf-version 11
--no-output
--next
-xml Windows.xml
-cpp obj/docs
-D display
-D native
-D windows
ImportAll
-lib lime
--no-output
--next
-xml Mac.xml
-cpp obj/docs
-D display
-D native
-D mac
ImportAll
-lib lime
--no-output
--next
-xml Linux.xml
-cpp obj/docs
-D display
-D native
-D linux
ImportAll
-lib lime
--no-output
#--next
#
#-xml iOS.xml
#-cpp obj/docs
#-D display
#-D native
#-D ios
#ImportAll
#-lib openfl
#--no-output
#
#--next
#
#-xml Android.xml
#-cpp obj/docs
#-D display
#-D native
#-D android
#ImportAll
#-lib lime
#--no-output
#
#--next
#
#-xml BlackBerry.xml
#-cpp obj/docs
#-D display
#-D native
#-D blackberry
#ImportAll
#-lib lime
#--no-output
#
#--next
#
#-xml Tizen.xml
#-cpp obj/docs
#-D display
#-D native
#-D tizen
#ImportAll
#-lib lime
#--no-output
#
#--next
#
#-xml Firefox OS.xml
#-cpp obj/docs
#-D display
#-D html5
#-D firefoxos
#ImportAll
#-lib lime
#--no-output
#
--next
-xml HTML5.xml
#-js obj/docs
-cpp obj/docs
-D display
-D html5
ImportAll
-lib lime
--no-output
--next
-cmd haxelib run dox -i . -in lime -theme flambe --title "Lime Documentation"