You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also fixed a bug where a "-" between the parameter name and description was interpreted as bullet point. (The dash is allowed in jsdoc to improve readability.)
I modified (see this commit) some jsdoc related parts to support optional parameters and default values.
Optional parameters can be written like this:
And an optional parameter with default value like this:
I also fixed a bug where a "-" between the parameter name and description was interpreted as bullet point. (The dash is allowed in jsdoc to improve readability.)
Furthermore I moved the description of a parameter (and of return values) in the html output to a new line to improve readability.
If you want I can send a pull request and/or change something.
The text was updated successfully, but these errors were encountered: