I want to go through all of my haxe classes and generate xml from the comments.
I see there is a built-in haxe command:
haxe -xml
However I don't know how to use it for my situation.
I want to go through all of the haxe classes in my directory (called framework) and output the xml. I don't know how to do this.