[Issue 7555] New: ddoc whitespace issues due to version tags

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 20 16:08:53 PST 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 at puremagic.com
        ReportedBy: braddr at puremagic.com


--- Comment #0 from Brad Roberts <braddr at 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: -------


More information about the Digitalmars-d-bugs mailing list