diff --git a/docs/dgeni-package/index.js b/docs/dgeni-package/index.js index fa3e3096fb..9c9f326a26 100644 --- a/docs/dgeni-package/index.js +++ b/docs/dgeni-package/index.js @@ -25,6 +25,7 @@ module.exports = new Package('angular', [jsdocPackage, nunjucksPackage, linksPac .factory('EXPORT_DOC_TYPES', function() { return [ 'class', + 'interface', 'function', 'var', 'const' diff --git a/docs/dgeni-package/templates/class.template.html b/docs/dgeni-package/templates/class.template.html index 86878197cb..7608bd93bc 100644 --- a/docs/dgeni-package/templates/class.template.html +++ b/docs/dgeni-package/templates/class.template.html @@ -2,7 +2,7 @@ {% extends 'layout/base.template.html' -%} {% block body %} -
exported from {$ doc.moduleDoc.id $}
defined in
{$ doc.fileInfo.relativePath $} (line {$ doc.location.start.line+1 $})