doc.hxml 571 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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 xmldoc
  22. -D HXCPP_MULTI_THREADED
  23. --next
  24. -java all_java
  25. -xml doc/java.xml
  26. -D xmldoc
  27. --next
  28. -cs all_cs
  29. -D unsafe
  30. -xml doc/cs.xml
  31. -D xmldoc
  32. --next
  33. -python all_py
  34. -xml doc/python.xml
  35. -D xmldoc
  36. --next
  37. --interp
  38. -xml doc/macro.xml
  39. --next
  40. -lua all_lua
  41. -xml doc/lua.xml
  42. --next
  43. -hl all_hl
  44. -xml doc/hl.xml