Skip to content

Return information misses first word  #37

Open
@arapoport

Description

@arapoport

I noticed that first word of return description gets missed in the output.

Example from JaguarJS (collie.util.getBoundaryToPoints):

/**
 * ...
 * @return {Array} points [[left, top], [right, top], [right, bottom], [left, bottom]]
 */

Output:

Returns:
[[left, top], [right, top], [right, bottom], [left, bottom]] 

Word "points" is missing.

For complex return values it creates a proper output, but nor for a simple case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions