-
Notifications
You must be signed in to change notification settings - Fork 151
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
Unable to specify NaN as a default value #170
Comments
Interesting. Does this source code document as expected using jsdoc? |
Yes, it does. At least with current jsdoc 3.5.5. |
Hi, this is an issue with jsdoc which returns |
This behavior also occurs when specifying |
Adding to the last comment: if jsdoc returns
|
Using jsdoc-to-markdown 4.0.1 on the following sample file (call it "example.js").
Running
jsdoc-to-markdown example.js
produces this output:Note that the default value
NaN
for the third argument does not appear in the output.The text was updated successfully, but these errors were encountered: