Last active
September 9, 2022 15:03
-
-
Save bizouarn/1620c384d41e4e3e7f7ae7c7ece1d9af to your computer and use it in GitHub Desktop.
Note for using haxe dox lib
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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