Simple step to making Ddoc better
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Fri Dec 18 10:32:39 PST 2015
On Friday, 18 December 2015 at 16:55:58 UTC, Andrei Alexandrescu
wrote:
> You are correct, I was being confused about your point. And yes
> DDOC_RAWTEXT is backward compatible and useful. Thanks!! --
> Andrei
Eh, it isn't as easy as I thought though because everything in
ddoc is inside a macro at some level. It would have to be
something like a proprocessor on the user input that skips
balanced parens.
Still doable, but not as simple.
More information about the Digitalmars-d
mailing list