-
-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
Description
I am struggling to get helpers section to display.
{ file: 'addon/helpers/my-helper',
line: 3,
hide: '',
class: 'addon/services/file-queue~FileQueue',
module: undefined }
I just added few console.logs to lib/models/function.js on yuidoc package. It seems it matches helper to random service. That explains why I saw part of docblock from helper file in my service methods list. Helper’s docblock had @method defined.