February 21, 2012
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: nobody@puremagic.com
        ReportedBy: braddr@puremagic.com


--- Comment #0 from Brad Roberts <braddr@puremagic.com> 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: -------
February 07, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=7555


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com
          Component|websites                    |DMD


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-02-06 20:33:12 PST ---
The version tags were removed from the websites, however this is still a ddoc bug so marking it as a DMD bug.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------