http://d.puremagic.com/issues/show_bug.cgi?id=7555
Summary: ddoc whitespace issues due to version tags
Product: D
Version: D1 & D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: websites
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Brad Roberts <[email protected]> 2012-02-20 16:08:50 PST
---
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.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------