https://issues.dlang.org/show_bug.cgi?id=14413
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Martin Nowak <[email protected]> --- Well http://dlang.org/ddoc clearly states /// This is a one line documentation comment. /** So is this. */ and Multiple documentation comments applying to the same declaration are concatenated. So whatever method is used to concat multiple comments (and adding a '\n' between them seems sensible) should be used consistently. --
