UNPKG

suh-dgeni-ngdocs

Version:

A package to generate ng-docs similar to what is used on AngularJS website.

10 lines (9 loc) 211 B
module.exports = { name: 'angular', transforms: function(doc, tag, value) { if ( doc.docType === 'module' ) { doc.angularVersion = value.split(/[ \t]+/); } return parseInt(value,10); } };