August 09, 2014 [Issue 11102] [ddoc] stray ( / ) without line or column numbers | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11102 --- Comment #2 from hsteoh@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? -- |
December 17, 2022 [Issue 11102] [ddoc] stray ( / ) without line or column numbers | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11102 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 -- |
Copyright © 1999-2021 by the D Language Foundation