Skip to content

Instantly share code, notes, and snippets.

@bizouarn
Last active September 9, 2022 15:03
Show Gist options
  • Save bizouarn/1620c384d41e4e3e7f7ae7c7ece1d9af to your computer and use it in GitHub Desktop.
Save bizouarn/1620c384d41e4e3e7f7ae7c7ece1d9af to your computer and use it in GitHub Desktop.
Note for using haxe dox lib
# doc gen
-lib dox
-xml docs/doc.xml
-D doc-gen
--macro include('pack')
--no-output
--each
# -- then in terminal
# -- Install lib
# haxelib install dox
# -- Build to generate
# haxe dox.hxml
# -- build doc pages in rep 'bin/pages'
# haxelib run dox -i docs -o public -in herakles -ex Tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment