Skip to content

Bug for @example #9

@goestav

Description

@goestav

I have an import method inside my class and when I call it inside my jsdoc @example it gets transformed by the plugin.

I'm not sure if this is expected behaviour but is there a way either disable this or escape the import?

Input:

/**
 * Import a track from a local file.
 * 
 * @example
 * Track.import("audio.mp3")
 * /

Expected output:

Track.import("audio.mp3")

Output:

Track.module:audio.mp3

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