doc.hxml 531 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --no-output
  2. --macro ImportAll.run()
  3. --dce no
  4. -D doc-gen
  5. --each
  6. -neko all.n
  7. -xml doc/neko.xml
  8. --next
  9. -js all.js
  10. -xml doc/js.xml
  11. --next
  12. -swf all9.swf
  13. -xml doc/flash.xml
  14. --swf-version 11.4
  15. --next
  16. -php all_php
  17. -xml doc/php.xml
  18. --next
  19. -cpp all_cpp
  20. -xml doc/cpp.xml
  21. -D HXCPP_MULTI_THREADED
  22. --next
  23. -java all_java
  24. -xml doc/java.xml
  25. --next
  26. -cs all_cs
  27. -D unsafe
  28. -xml doc/cs.xml
  29. --next
  30. -python all_py
  31. -xml doc/python.xml
  32. --next
  33. --interp
  34. -xml doc/macro.xml
  35. --next
  36. -lua all_lua
  37. -xml doc/lua.xml
  38. --next
  39. -hl all_hl
  40. -xml doc/hl.xml