[Issue 14413] Spurious newline in ddoc JSON output for multiple successive line doc comments

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 5 06:52:33 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14413

Nick Sabalausky <cbkbbejeap at mailinator.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cbkbbejeap at mailinator.com

--- Comment #5 from Nick Sabalausky <cbkbbejeap at mailinator.com> ---
I'm with Sonke on this. The output should match the input. If there isn't a
blank line (ie paragraph break) in the doc comment, then one should NOT be
added in the output. If I *DO* want a paragraph break in the output, I can
trivially add one in the doc comment.

I've had problems with the current behavior as I frequently use that comment
style.

--


More information about the Digitalmars-d-bugs mailing list