-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API docs target dropdown #132
Comments
Generating the xml files works fine, but dox has some issues with them when trying to generate the docs: Parsing ./flash.xml
Parsing ./neko.xml
Called from ? line 1
Called from dox/Dox.hx line 137
Called from dox/Dox.hx line 130
Called from C:\HaxeToolkit\haxe\std/haxe/rtti/XmlParser.hx line 84
Called from C:\HaxeToolkit\haxe\std/haxe/rtti/XmlParser.hx line 311
Called from C:\HaxeToolkit\haxe\std/haxe/rtti/XmlParser.hx line 278
Uncaught exception - Incompatibilities between UInt in flash and neko (documenta
tion is different) |
Since HaxeFlixel/flixel#1668, there really isn't all that much API that exclusively exists on a specific target, so this is probably not worth the time investment. |
This is interesting. I was going to suggest (since the issue I ran into is "field missing in docs") pick a target that has the most fields/methods and publish those, instead. (You can use XML size as a rough gauge of this.) Is it worth pursuing this? Should we see if the (downstream) exception can be fixed in Dox? |
I don't think this is a dox issue. |
Is it worth digging down to the root cause to see if this is fixable? |
Currently we only have flash there, would be nice to have the remaining targets as well (html5, cpp, neko, android, ios...)
The text was updated successfully, but these errors were encountered: