Improving ddoc
Joseph Rushton Wakeling via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jan 1 02:04:44 PST 2015
On 31/12/14 20:50, Andrei Alexandrescu via Digitalmars-d wrote:
> 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`.
Would that be accompanied by deprecation and removal of the $(MACRO arg1, arg2)
syntax?
I ask because for me, one of the biggest annoyances of Ddoc (in terms of source
readability of the docs) is having to use $(RPAREN) in order to avoid Ddoc
accidentally seeing a macro where there is none.
More information about the Digitalmars-d
mailing list