Bug 7555 – ddoc whitespace issues due to version tags

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-02-20T16:08:00Z
Last change time
2015-06-09T05:11:56Z
Keywords
ddoc, pull
Assigned to
nobody
Creator
braddr

Comments

Comment #0 by braddr — 2012-02-20T16:08:50Z
For example: http://dlang.org/lex.html StringLiteral: WysiwygString AlternateWysiwygString DoubleQuotedString HexString DelimitedString TokenString From lex.dd: $(GNAME StringLiteral): $(GLINK WysiwygString) $(GLINK AlternateWysiwygString) $(GLINK DoubleQuotedString) $(V1 $(GLINK EscapeSequence)) $(GLINK HexString) $(V2 $(GLINK DelimitedString) $(GLINK TokenString)) This is repeated numerous times throughout lex.dd and likely anywhere there's version specific blocks of grammar.
Comment #1 by andrej.mitrovich — 2013-02-06T20:33:12Z
The version tags were removed from the websites, however this is still a ddoc bug so marking it as a DMD bug.
Comment #2 by k.hara.pg — 2014-02-13T06:38:14Z
Comment #3 by github-bugzilla — 2014-02-13T21:36:11Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e55695e692bdcad39ea4af4851f0f33a3dead50d fix Issue 7555 - ddoc whitespace issues due to version tags https://github.com/D-Programming-Language/dmd/commit/e1b18fdd286036dde31bd355bc9730f26991c491 Merge pull request #3254 from 9rnsr/fix7555 Issue 7555 - ddoc whitespace issues due to version tags