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
Might sound confusing by the title, so I'll try to explain myself. When I do @param {string} [myVar = ''], the output becomes "''". I just do a find and replace every time I make a change to the docs, but this is definitely a bug.
The text was updated successfully, but these errors were encountered:
Might sound confusing by the title, so I'll try to explain myself. When I do
@param {string} [myVar = '']
, the output becomes"''"
. I just do a find and replace every time I make a change to the docs, but this is definitely a bug.The text was updated successfully, but these errors were encountered: