/doc/README.txt

http://github.com/silexlabs/Cocktail · Plain Text · 30 lines · 25 code · 5 blank · 0 comment · 0 complexity · ac5037de960bebcc813d895968e995e6 MD5 · raw file

  1. <<<<<<< HEAD
  2. =======
  3. /*
  4. * Cocktail, HTML rendering engine
  5. * http://haxe.org/com/libs/cocktail
  6. *
  7. * Copyright (c) Silex Labs
  8. * Cocktail is available under the MIT license
  9. * http://www.silexlabs.org/labs/cocktail-licensing/
  10. */
  11. >>>>>>> 56a95fa34cb013c2c632910e3904c4fc53bd0245
  12. GENERATING THE DOC
  13. -----------------------
  14. The doc is generated using the Haxe lib chxdoc.
  15. It is use instead of haxedoc for the following feature :
  16. - support of JavaDoc tag (like @param)
  17. - easier styling with external style sheet
  18. - styled generated doc out-of-the-box
  19. To compile the doc, you must install chxdoc with the following command lines :
  20. haxelib install chxdoc
  21. haxelib run chxdoc install [optional path]
  22. The first line install the chxdoc library in your haxe install folder,
  23. the second one compile chxdoc into an executable in the "optionnal path" directory.
  24. It is recommended that the "optionnal path" points to the same directory as this
  25. README because the .hxml generating the doc assumes that the executable is here.