jsdoc2md / dmd

The default output template for jsdoc2md
MIT License
39 stars 49 forks source link

Class name starting with multiple upper-case letters #12

Closed oimou closed 9 years ago

oimou commented 9 years ago

When generating instance name from class name, the name starting with multiple upper-case letters is converted as below.

JSONParser -> jSONParser

So I improved helper function to generate correct camel-case instance name as below.

JSONParser -> jsonParser
75lb commented 9 years ago

landed in dmd 0.2.13, thank you..

75lb commented 9 years ago

although you do not show on the dmd contributor list because you are an "unrecognised author"..

screen shot 2015-01-31 at 09 57 08

75lb commented 9 years ago

don't forget to reinstall your jsdoc2md module (or plugin) to pick up the updated dmd

oimou commented 9 years ago

Ooops, I've associated the email address with my account. Thanks a lot.