[Issue 4899] Ddoc's warnings about stray parens should include file and line numbers

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 20 07:44:33 PDT 2010


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


Johannes Pfau <johannespfau at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johannespfau at gmail.com


--- Comment #1 from Johannes Pfau <johannespfau at gmail.com> 2010-09-20 07:43:56 PDT ---
Printing line numbers is implemented and should work. It works with the test
case in 3554.

test.d(6): Warning: Ddoc: Stray '('. This may cause incorrect Ddoc output. Use
$(LPAREN) instead for unpaired left parentheses.
test.d(16): Warning: Ddoc: Stray ')'. This may cause incorrect Ddoc output. Use
$(RPAREN) instead for unpaired right parentheses.

Could you provide a test case where the line numbers aren't printed?

-- 
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