jodoc-js
jodoc-js copied to clipboard
*-type markdown doesn't work
My inline documentation uses bold markdown to emphasize certain bits. This works fine with joDoc, but fails in jodoc-js. It ignores the entire line after the *.
A quick scan in the code makes me think that the docker function of jodoc-lib.js is to blame (it contains strip_stars
). Any reason why jodoc.js is stripping stars?
Ah, that's a failed regex. It was meant to just strip leading stars like in
/**
*
*/
But I never finished that one.
AH ok, I figured as much, I almost got it working *), I'll keep you posted
*) almost might be a long way still though