helpers / template-helper-apidocs

Template helper for automatically generating API docs from code comments. This is based on helper-apidocs, but specifically for applications built-with the Template library.
MIT License
5 stars 1 forks source link

Encoding of special characters breaks URLs #4

Open stefanwalther opened 9 years ago

stefanwalther commented 9 years ago

Hi,

when using apidocs the generated direct link to the source (nice feature) does not work on my side. Not sure if this is a general issue or just on my side (maybe because I am using Windows?).

So lib/sugar/ep-mime.js#L148 becomes lib%5Csugar%5Cep-mime.js#L148

and is therefore broken.

Regards Stefan

jonschlinkert commented 9 years ago

maybe because I am using Windows?

either way it's a bug. thanks for letting me know. I've been updating the comments libs so I can refactor this, i'll take care of it when I do