mirror of
https://github.com/jsdoc/jsdoc.git
synced 2026-02-01 16:45:41 +00:00
use a nested table for every param with properties, not just the first one (#901)
This commit is contained in:
parent
fdd7b31f94
commit
eadccea5d2
@ -19,6 +19,9 @@
|
||||
parentParam.subparams.push(param);
|
||||
params[i] = null;
|
||||
}
|
||||
else {
|
||||
parentParam = param;
|
||||
}
|
||||
}
|
||||
else {
|
||||
parentParam = param;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user