Closed CrazyFlasher closed 5 years ago
Whatever this is, it's not a Dox issue. Doesn't look like a Haxe issue either. Probably an OpenFL issue or maybe a you issue.
Well, can I exclude lime somehow in this case?
Why its openfl issue? openfl and lime works fine. Its dox issue
With Lime, you should use lime build <target> -xml
to get your XML. From lime help build
:
-xml -- Generate XML type information, useful for documentation
lime library is used as dependency. Actually I don't want to include it to xml/ How can I build code, that uses lime as dependency to generate docs? @Simn why did you closed issue?!
Because this has nothing to do with dox and this is the dox repository.
How can I build code, that uses lime as dependency to generate docs?
I already told you. Using the lime command line tools does not imply including Lime APIs in the docs, that's a later step anyway (the XML always includes everything).
Ok, I already fixed it.
The issue caused redundant line: -js build/js_test.js
With included
-lib lime
I receive following error when run this command:haxe scripts/docs.hxml -xml build/js.xml
docs.hxml