https://issues.dlang.org/show_bug.cgi?id=12383
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- This occurs every time that the METACODE macro appears directly inside quotes, therefore it might actually be considered a bug in DDoc (I don't see anything in the documentation for macros that says macros are treated differently when they appear in quotes). Perhaps in cases like this the macro should be placed inside another macro that add the quotes, so "($METACODE op)" becomes ($q (($METACODE op)) where q = $0 --
