Skip to content

mixing same name but with different case is causing issues with the file/class exporer #181

@obiot

Description

@obiot

we have this file : https://github.com/melonjs/melonJS/blob/master/src/system/timer.js

where Timer (T uppercase) is a class, and timer (t lowercase) is a "global" instance of Timer.

when generating the documentation, the explorer never returns the proper page for timer but instead displays the Timer one. both are however correctly visible as :

  • timer (namespace)
  • Timer

Note: the current version of the documentation online is not correct either, and I realised this issue when fixing the JSDoc tags for it

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