-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Docs
-
None
[param=null] specifically means a value of null, not that the parameter does not exist. AFAIK we do not actually rely on passing around the value null. In most of these cases, it is meant to say that the parameter may not exist, which is denoted in JSDOC with a simple [param].