dox
dox copied to clipboard
I see dead links
https://api.haxe.org/cs/Int16.html
"import cs.StdTypes" on this page links to a dead page, because it is some kind of collection without an actual StdTypes type member.
Can we detect if this actually exist?
I'm not sure how to detect this, but I agree we should.
Same with http://api.haxe.org/haxe/IMap.html . I was actually expecting the website to have a documentation page for import haxe.Constraints
so that you can see a quick overview of all of the types provided by that module instead of a 404.
This should be solved implicitly by having separate pages for modules: https://github.com/HaxeFoundation/dox/issues/268