http://d.puremagic.com/issues/show_bug.cgi?id=4899

           Summary: Ddoc's warnings about stray parens should include file
                    and line numbers
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: jmdavisp...@gmx.com


--- Comment #0 from Jonathan M Davis <jmdavisp...@gmx.com> 2010-09-19 20:38:07 
PDT ---
Ddoc can produce these two warnings:

Warning: Ddoc: Stray '('. This may cause incorrect Ddoc output. Use $(LPAREN)
instead for unpaired left parentheses.

Warning: Ddoc: Stray ')'. This may cause incorrect Ddoc output. Use $(RPAREN)
instead for unpaired right parentheses.


However, if you'll notice, they don't specify which file or line number the
warning is for. So, the warning borders on useless. It really should specify
the file and line number where the problem is.

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

Reply via email to