dox
dox copied to clipboard
Haxe documentation generator.
I’m using dox 1.6.0 with haxe 4.3.0-rc.1+a49b191 on a multi-target project. When I try to generate the documentation for the java target, I get the following error (here is the...
I tried to generate the xml, but it printed out the Haxe command-line help instead. ``` haxe -xml docs/doc.xml -D doc-gen ```

I can't generate the documentation of [module-level fields](https://haxe.org/blog/module-level-fields/) no matter what I try. For this sample: ```haxe /** A sample typedef. **/ typedef SampleTypedef = { /** A sample field....
https://api.haxe.org/sys/FileSystem.html `See sys.io.File for the complementary file API.`
Using special characters in non-code md breaks html rendering. Example: https://api.armory3d.org/iron/Scene.html#getChildren … html after `@return` is cluttered as it's defined as: ```haxe @return Array ``` This works: ```haxe @return `Array`...
At this moment, search shows results if there are matches with packages or classnames, but not with content.  As you can see, `concat()`...
https://heaps.io/api/h2d/ObjectFollower.html#new The constructor is generated as `new(obj:Object, ?parent:Object)` but its real type is `new(obj:h3d.scene.Object, ?parent:h2d.Object)` I think we should generate explicit package name in documentation when there is such a...
I'm new to Haxe (and it's related projects) so I've been using the output of this tool extensively! All of these pages desperately need an index of all properties/methods. It...