Skip to content

/** Single-line jsdocs not supported */ #20

Closed
@marcello3d

Description

@marcello3d

If I use the concise jsdoc syntax (all on one line):

/** description of prop */
foo: React.PropTypes.any

I end up with "description":"" in my output.

Changing it to

/** 
 * description of prop 
 */

or even

/** 
 * description of prop */

works correctly ("description":"description of prop").

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