diff --git a/config/jsdoc/api/template/tmpl/params.tmpl b/config/jsdoc/api/template/tmpl/params.tmpl index 8b6fb22de4..e08a4d3421 100644 --- a/config/jsdoc/api/template/tmpl/params.tmpl +++ b/config/jsdoc/api/template/tmpl/params.tmpl @@ -16,9 +16,8 @@ } }); - /* determine if we need extra columns, "attributes" and "default" */ + /* determine if we need extra "attributes" column */ params.hasAttributes = false; - params.hasDefault = false; params.hasName = false; var colspan = 2; @@ -40,10 +39,6 @@ params.hasName = true; } - if (typeof param.defaultvalue !== 'undefined') { - ++colspan; - params.hasDefault = true; - } }); ?> @@ -56,10 +51,6 @@ Type - - Default - - Description @@ -80,18 +71,14 @@ + + (defaults to ) + - - - - - - - + - - + class="description last">