Recursively document subparams and span table columns

This commit is contained in:
Andreas Hocevar
2014-04-30 17:58:00 +02:00
parent 7271b50d5a
commit 25dd0127e9
2 changed files with 7 additions and 4 deletions

View File

@@ -14,9 +14,7 @@ function addSubparams(params) {
var name = types[k];
if (name in olxTypes) {
param.subparams = olxTypes[name];
// TODO Change template before recursing here, because the table gets
// too wide.
//addSubparams(param.subparams);
addSubparams(param.subparams);
// TODO Do we need to support multiple object literal types per
// param?
break;