June 21, 2015
Did any of the recent ddoc improvement suggestions get through? I'm really not enjoying writing $() everywhere.

On 21 June 2015 at 19:11, Manu <turkeyman@gmail.com> wrote:
> I've been working on a submission for a std.color library.
> I'm starting to become happy with it. I'd like to get API
> criticism/review, such that if there are no more major changes, then
> I'll start the fine-details and documenting.
>
> https://github.com/D-Programming-Language/phobos/pull/2845
June 21, 2015
On 21/06/15 11:32, Manu via Digitalmars-d wrote:
> Did any of the recent ddoc improvement suggestions get through?
> I'm really not enjoying writing $() everywhere.

Backticks for code, i.e. `some code`.

-- 
/Jacob Carlborg