diff options
| author | Peter Bacon Darwin | 2014-03-07 11:18:55 +0000 |
|---|---|---|
| committer | Brian Ford | 2014-03-07 15:09:01 -0800 |
| commit | 2eff3267819737d1cc457800fd86a846acbf1b1e (patch) | |
| tree | 35882c063636d31a27ad15be54688855bad209cb /docs/config/index.js | |
| parent | 50ce5746a7265b403ca47e9a8d149c6a8e88e745 (diff) | |
| download | angular.js-2eff3267819737d1cc457800fd86a846acbf1b1e.tar.bz2 | |
chore(doc-gen): add inline @type tag
Diffstat (limited to 'docs/config/index.js')
| -rw-r--r-- | docs/config/index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/config/index.js b/docs/config/index.js index 9dfa4abf..5aca987a 100644 --- a/docs/config/index.js +++ b/docs/config/index.js @@ -25,6 +25,10 @@ module.exports = function(config) { require('./tag-defs/tutorial-step') ]); + config.append('processing.inlineTagDefinitions', [ + require('./inline-tag-defs/type') + ]); + config.set('processing.search.ignoreWordsFile', path.resolve(packagePath, 'ignore.words')); config.prepend('rendering.templateFolders', [ |
