Hello!
I’m new to Haxe, OpenFL and dox, please be patient with me
I’m trying to generate documentation with dox for a library (there is no main class).
However I’m having trouble when including OpenFL. (Several classes in my library includes OpenFL classes).
If I remove all OpenFL dependencies I have no trouble generating docs, so I think my problem is related to OpenFL? I’ve tried including just a few OpenFL classes, eg:
It took me a bit to figure out how to make dox work as expected. I tried to use the include macro, like they suggest in the instructions, but it never seemed to work. I ended up finding this ImportAll class (from the official Haxe repo, I think) that worked better:
Is there any way I can use dox command to generate document only for the package I want. Right now it creates a huge xml also including a lot of Classes and Functions that I don’t want. I usually don’t have more than 10-15 classes in my projects. The documents generated by dox becomes overwhelming.