Skip to content

Modules defined with dots in @exports TAGs are wrongly named #1157

@marfous

Description

@marfous

I'm using @exports in my RequireJS project where I need to create link to static module defined inside a folder which is named with "." (dot) like i.e.: @exports mymodule.dt/js/MyType

Into documentation is rendered mymodule.module:dt/js/MyType instead of module:mymodule.dt/js/MyType. I tried out to use ' " , nothing works well - everything is treating the dot as a delimiter in the module name.

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