-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
JSDoc Issues #1859
Labels
Comments
Closed
@mramato any update if these are still relevant with the latest version?
|
I'm pretty sure they are both still relevant, but we should actually try and see. I'll do that when I get a chance. |
@pjcozzi @mramato I can confirm that both
are working with the latest version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Part of #1684 for post 1.0. We should consider submitting issues for each to JSDoc.
binarySearch
. This is because it can't tell whether the module is a function, or an object (exampleWindingOrder
) This may be fixable in our template.var Foo = function()
instead offunction Foo()
. I assume this is a parsing problem in JSDoc that we cannot fix on our end.@link
inside@default
does not create a link in the documentation, e.g.,@default {@link Cartesian3.ZERO}
just turns intoCartesian3.ZERO
.@link
tags elsewhere appear to work.@exception
for ECMAScript 5 properties.The text was updated successfully, but these errors were encountered: