Improving ddoc
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jan 1 06:43:40 PST 2015
On Thursday, 1 January 2015 at 14:41:00 UTC, Joseph Rushton
Wakeling via Digitalmars-d wrote:
> I would be inclined to prefer ``code`` or ```code```, simply
> because it's valid D syntax to have,
>
> auto someString = `Some great big string`;
Eh, that breaks my habit from stack overflow. How often do you
write an inline `raw string` anyway? It'd still just work inside
---\ncode\n--- blocks, and you could still do $(D_CODE auto s =
`code`;) if you wanted to.
More information about the Digitalmars-d
mailing list