Leaflet / Leafdoc

A lightweight NaturalDocs-like LeafletJS-style documentation generator
54 stars 19 forks source link

Fix broken --character command line switch #22

Closed perliedman closed 5 years ago

perliedman commented 8 years ago

The CLI passes on the value for the --character switch as character to the LeafDoc class, but it should be leadingCharacter. This PR fixes this.