0

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]

SOReader
  • 5,697
  • 5
  • 31
  • 53
  • According to the [docs](https://github.com/angular/angular.js/wiki/Writing-AngularJS-Documentation) I don't see `@namespace` anywhere.. maybe causing the issue? – urbz Mar 14 '16 at 09:35
  • Unfortunately didn't work :/ – SOReader Mar 14 '16 at 09:40

0 Answers0