[Issue 15475] Ddoc code sample with unbalanced paren comes out as macro
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Mar 8 10:35:33 PST 2016
https://issues.dlang.org/show_bug.cgi?id=15475
--- Comment #3 from hsteoh at quickfur.ath.cx ---
The problem is the doc.d right now is a fragile tangle of spaghetti code, full
of special cases and unexpected gotchas, and changing one small thing may cause
unrelated breakage elsewhere. It really needs to be refactored into something
more maintainable. But it's so complex that such a refactoring would have to
be done piecemeal, otherwise it would cause even more breakage.
--
More information about the Digitalmars-d-bugs
mailing list