[phobos] lots of spurious code that doesn't work
Jonathan M Davis
jmdavisProg at gmx.com
Fri Jan 21 22:45:45 PST 2011
On Friday 21 January 2011 19:33:24 Andrei Alexandrescu wrote:
> On 1/21/11 8:59 PM, Jonathan M Davis wrote:
> > There does seem to be a tendency in Phobos to put ddoc comments on the
> > Windows versions of functions if there are multiple versions, which
> > means that building ddoc on posix isn't going to look anything like
> > building it on Windows. I'd suggest that if a function has to be
> > versioned for different OSes that either the versioning be done in the
> > function body or that the function be put in version(D_Ddoc) with the
> > documentation only on that version (though obviously without a body for
> > the function, unlike what I've been doing).
>
> Yes, I think this is a good idea. But... yellow? :o)
Okay. The yellow looks horrible. It's essentially illegible. It's just too close
in color to the white background. I guess that that just leaves white and blue,
and white would obviously be worse, so I'm changing them to blue.
- Jonathan M Davis
More information about the phobos
mailing list