From e875fe500f4fdd69feed9fe90ec05242240c8221 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Tue, 8 Sep 2015 10:51:57 -0500 Subject: [PATCH] fix api doc template params --- scripts/docs/dgeni-config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/docs/dgeni-config.js b/scripts/docs/dgeni-config.js index 329bf0fa06..f39ff86476 100644 --- a/scripts/docs/dgeni-config.js +++ b/scripts/docs/dgeni-config.js @@ -104,12 +104,12 @@ module.exports = function(currentVersion){ .config(function(parseTagsProcessor) { // We actually don't want to parse param docs in this package as we are getting the data out using TS - parseTagsProcessor.tagDefinitions.forEach(function(tagDef) { - if (tagDef.name === 'param') { - tagDef.docProperty = 'paramData'; - tagDef.transforms = []; - } - }); + // parseTagsProcessor.tagDefinitions.forEach(function(tagDef) { + // if (tagDef.name === 'param') { + // tagDef.docProperty = 'paramData'; + // tagDef.transforms = []; + // } + // }); }) // Configure links