[Issue 11102] [ddoc] stray ( / ) without line or column numbers

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Aug 9 08:14:27 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=11102

--- Comment #2 from hsteoh at quickfur.ath.cx ---
Unable to reproduce on git HEAD. Here's my test code:
------
/**
 * This is some random code: $(D foreach (i; 1..a) { f(); }
 * But I forgot to close the macro.
 */
void func() {
}
------

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

Do you have a test case that produces an error message without a line number?

--


More information about the Digitalmars-d-bugs mailing list