November 22
https://issues.dlang.org/show_bug.cgi?id=24871

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ArthaTi created dlang/dmd pull request #17082 "Fix bugzilla issue 24871 - DDoc strips indent in triple slash comments" fixing this issue:

- Fix bugzilla issue 24871 - DDoc strips indent in triple slash comments

  Removes code in the lexer responsible for removing leading spaces in
  triple slash doc comments.

  This affects the test file for issue 14413; two more spaces appear, but
  they are not significant in the HTML output.

https://github.com/dlang/dmd/pull/17082

--
November 25
https://issues.dlang.org/show_bug.cgi?id=24871

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #17082 "Fix bugzilla issue 24871 - DDoc strips indent in triple slash comments" was merged into master:

- 303d95f680b6533885f28b6ec1651c0fe4e4a905 by Artha:
  Fix bugzilla issue 24871 - DDoc strips indent in triple slash comments

  Removes code in the lexer responsible for removing leading spaces in
  triple slash doc comments.

  This affects the test file for issue 14413; two more spaces appear, but
  they are not significant in the HTML output.

https://github.com/dlang/dmd/pull/17082

--