We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For instance, click on one of the fields here, like low:
low
http://api.haxe.org/haxe/Int64.html
It links to http://api.haxe.org/haxe/_Int64/Int64_Impl_.html#low.
The text was updated successfully, but these errors were encountered:
It now doesnt have any fields ❓
I think we have to do something with linking to private fields/types too #39
Sorry, something went wrong.
Might this issue be the cause for the empty page here : https://api.haxe.org/haxe/macro/ModuleCheckPolicy.html ?
Fix abstract fields
db226f8
Don't create new list/array when there's already one. Helps with something mentioned in #215
I see the problem here, it links to Int64_Impl_ (which is probably good), but that is a private type. Private types are skipped from generation.
Int64_Impl_
<class path="haxe._Int64.Int64_Impl_" params="" file="C:\HaxeToolkit\haxe-3.4.0\std/haxe/Int64.hx" private="1" module="haxe.Int64">
Would it be a good idea to do generate the html for private types but not list it (somehow)?
65d0dbc
No branches or pull requests
For instance, click on one of the fields here, like
low
:http://api.haxe.org/haxe/Int64.html
It links to http://api.haxe.org/haxe/_Int64/Int64_Impl_.html#low.
The text was updated successfully, but these errors were encountered: