Skip to content

Doesn't work with prototype methods? #1284

@Jakobud

Description

@Jakobud

I have this

@module MyObj
@desc ...
var MyObj = function(){
  // code
};

/**
@name something
@function
@memberof MyObj
*/
MyObj.prototype.something = function(){
  // more code
};

Only documentation for MyObj is generated. Nothing else. What am I misunderstanding here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions