Update documentation
This commit is contained in:
124
docs/build.hxml
Normal file
124
docs/build.hxml
Normal 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"
|
||||
Reference in New Issue
Block a user