Document jQuery widgets using @ngdoc

46 Views Asked by At

How do I document jQuery widgets using gulp-ngdoc? I have something like this:

/**
 * @ngdoc widgets
 * @name XXX.YYY
 * @description
 * This is a jQueryUI widget to provide...
 * 
 * @namespace XXX.YYY
 */

...and I get following error: [Error: Don't know how to format @ngdoc: widgets]

0

There are 0 best solutions below