UNPKG

suh-dgeni-ngdocs

Version:

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

11 lines (10 loc) 283 B
var REGEX = /(?:\{([\S]+)\})?[\s]*(?:\{([\S\s]+)\})?[\s]*([\S\s]+)/; module.exports = { name: 'implements', multi:true, transforms: function(doc, tag, value) { doc.interfaces = doc.interfaces || []; doc.interfaces.push(value); return value; } };