Improving ddoc
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Wed Dec 31 11:50:51 PST 2014
Hello,
In wake of the recent discussions on improving ddoc syntax we're looking
at doing something about it. Please discuss any ideas you might have
here. Thanks!
One simple starter would be to allow one escape character, e.g. the
backtick (`), as a simple way to expand macros: instead of $(MACRO arg1,
arg2) one can write `MACRO arg1, arg2`.
Andrei
More information about the Digitalmars-d
mailing list