[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 Apr 7 09:28:39 PDT 2015


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

--- Comment #4 from Sönke Ludwig <sludwig at outerproduct.org> ---
Just that "concatenation as paragraphs" instead of "concatenation as lines"
precludes the use of this documentation style:

/// This is the summary, possibly going
/// over multiple lines.
///
/// A large paragraph
/// of text also
/// gets split
///
/// ---
/// as well as code blocks behave awkwardly
/// ---

But it seems like maybe not many have tried to use this style in the past.

--


More information about the Digitalmars-d-bugs mailing list