Any chance plsqldoc could be enhanced to support block formatted /* */ comments, by merging sequential /* */ comments. I.e. a lot of our comments look like:
/* blah blah blah balah */
/* lbah blah halb hal blah */
/* oope blah blah blah oop */
and whilst plsqldoc will merge lines like
-- blah blah blah balah
-- lbah blah halb hal blah
-- oope blah blah blah oop
up into one comment, it doesn't do that with the first type. (And if your coders are feeling really generous (and bored!), it would be nice to treat such blocks as preformatted (e.g. implied
tags) if the ending */'s all line up...)
/* blah blah blah balah */
/* lbah blah halb hal blah */
/* oope blah blah blah oop */
and whilst plsqldoc will merge lines like
-- blah blah blah balah
-- lbah blah halb hal blah
-- oope blah blah blah oop
up into one comment, it doesn't do that with the first type. (And if your coders are feeling really generous (and bored!), it would be nice to treat such blocks as preformatted (e.g. implied
Code: