cybersonic / railodocs

Railo Documentation w/exports
2 stars 1 forks source link

Object loses camelCasing in the title when a method is displayed #9

Open cybersonic opened 9 years ago

cybersonic commented 9 years ago

for example: /object/string/compareNoCase

Then shows the title as:

String.comparenocase()

rather than

String.compareNoCase()