[Issue 4899] New: Ddoc's warnings about stray parens should include file and line numbers
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 19 20:38:43 PDT 2010
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: nobody at puremagic.com
ReportedBy: jmdavisProg at gmx.com
--- Comment #0 from Jonathan M Davis <jmdavisProg at 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: -------
More information about the Digitalmars-d-bugs
mailing list