Thread overview
[Issue 9731] Ddoc should output per-paragraph macro instead of $(DDOC_BLANKLINE)
Jan 26, 2015
Sobirari Muhomori
December 31, 2014
https://issues.dlang.org/show_bug.cgi?id=9731

--- Comment #1 from hsteoh@quickfur.ath.cx ---
Andrei proposed on the forum a backward-compatible fix, wherein $(DDOC_BLANKLINE) continues to be emitted, but paragraphs are also wrapped in a paragraph macro.

--
January 25, 2015
https://issues.dlang.org/show_bug.cgi?id=9731

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from hsteoh@quickfur.ath.cx ---
https://github.com/D-Programming-Language/dmd/pull/4338

--
January 26, 2015
https://issues.dlang.org/show_bug.cgi?id=9731

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/0f97ab5a73241782cc7e621ddca22b6b35909d6b Merge pull request #4338 from quickfur/ddoc_para

Issue 9731: implement $(DDOC_PARAGRAPH)

--
January 26, 2015
https://issues.dlang.org/show_bug.cgi?id=9731

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to revert-4338-ddoc_para at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/a7a7095bbbc30021852295eb7ffd1077cc5587c4 Revert "Issue 9731: implement $(DDOC_PARAGRAPH)"

--
January 26, 2015
https://issues.dlang.org/show_bug.cgi?id=9731

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/a7a7095bbbc30021852295eb7ffd1077cc5587c4 Revert "Issue 9731: implement $(DDOC_PARAGRAPH)"

https://github.com/D-Programming-Language/dmd/commit/3208762f9720ec97b986033be00b11f075763c9f Merge pull request #4342 from D-Programming-Language/revert-4338-ddoc_para

Revert "Issue 9731: implement $(DDOC_PARAGRAPH)"

--
January 26, 2015
https://issues.dlang.org/show_bug.cgi?id=9731

Sobirari Muhomori <dfj1esp02@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |2060

--
July 04, 2017
https://issues.dlang.org/show_bug.cgi?id=9731

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei@erdani.com

--- Comment #6 from Andrei Alexandrescu <andrei@erdani.com> ---
Related: https://issues.dlang.org/show_bug.cgi?id=17594

https://github.com/dlang/dmd/pull/5344 and https://github.com/dlang/dlang.org/pull/1795 fix this issue, albeit somewhat differently than requested.

--
July 04, 2017
https://issues.dlang.org/show_bug.cgi?id=9731

--- Comment #7 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/f197169c5a573a3dcef72fac503a35b724775082 Fix Issue 9731 - Ddoc should output per-paragraph macro instead of $(DDOC_BLANKLINE)

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=9731

--- Comment #8 from github-bugzilla@puremagic.com ---
Commit pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/f197169c5a573a3dcef72fac503a35b724775082 Fix Issue 9731 - Ddoc should output per-paragraph macro instead of $(DDOC_BLANKLINE)

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=9731

--- Comment #9 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/f197169c5a573a3dcef72fac503a35b724775082 Fix Issue 9731 - Ddoc should output per-paragraph macro instead of $(DDOC_BLANKLINE)

--