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.
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
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