-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mixing same name but with different case is causing issues with the file/class exporer #181
Comments
Hmm seems like a case sensitive url conflict. I bet there are 2 html pages timer.html and Timer.html? |
I wish it was that "simple" but :
|
Hi @ShukantPal any chance this one could be an easy fix ? I was hoping to release the current 13.0 version soon, but then I have this documentation issue after refactoring the time/Time related code :) thanks ! |
Yeah I plan on fixing & release a new version this weekend |
awesome !!! |
we have this file : https://github.com/melonjs/melonJS/blob/master/src/system/timer.js
where
Timer
(T
uppercase) is a class, andtimer
(t
lowercase) is a "global" instance of Timer.when generating the documentation, the explorer never returns the proper page for
timer
but instead displays theTimer
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
The text was updated successfully, but these errors were encountered: