Bug 2273 – Whitespace is not inserted after commas

Status
RESOLVED
Resolution
FIXED
Severity
trivial
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2008-08-07T07:25:00Z
Last change time
2015-06-09T05:11:35Z
Keywords
ddoc, pull
Assigned to
andrej.mitrovich
Creator
samukha

Comments

Comment #0 by samukha — 2008-08-07T07:25:01Z
For example, whitespace after commas is missing in documentation comments for template parameters. The fix will be as trivial as changing a couple of writeByte(',')'s to writestring(", ")'s.
Comment #1 by bugzilla — 2008-08-14T03:04:21Z
Fixed dmd 1.034 and 2.018
Comment #2 by samukha — 2008-11-08T11:01:59Z
There are still a few cases when spaces are not inserted after commas. grep for writeByte(','). At least those appearing in the generated docs need fixing. See the return type of min in std_algorithm.html, for example.
Comment #3 by github-bugzilla — 2012-11-07T19:45:16Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7c7198830b826971f61ec20ea873719bbac336ad Fixes Issue 2273 - Add whitespace after commas. https://github.com/D-Programming-Language/dmd/commit/04891ca1e554d46be873ebe607ddeb614d934e57 Merge pull request #1243 from AndrejMitrovic/Fix2273 Fix Issue 2273 - Add whitespace after commas in ddoc
Comment #4 by github-bugzilla — 2012-11-07T20:47:42Z
Comment #5 by github-bugzilla — 2012-11-07T23:00:01Z
Comment #6 by github-bugzilla — 2013-05-08T10:20:53Z