fix(api-builder): remove obsolete decorator type
This commit is contained in:
parent
3e69d83e68
commit
24db3d5b9e
|
@ -8,7 +8,7 @@ module.exports = function extractDirectiveClassesProcessor(EXPORT_DOC_TYPES) {
|
|||
return {
|
||||
$runAfter: ['processing-docs'],
|
||||
$runBefore: ['docs-processed'],
|
||||
decoratorTypes: ['Directive', 'Component', 'View'],
|
||||
decoratorTypes: ['Directive', 'Component'],
|
||||
$process: function(docs) {
|
||||
var decoratorTypes = this.decoratorTypes;
|
||||
|
||||
|
@ -27,4 +27,4 @@ module.exports = function extractDirectiveClassesProcessor(EXPORT_DOC_TYPES) {
|
|||
return docs;
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue