On Wednesday, March 28, 2012 08:37:30 Andrei Alexandrescu wrote:
> On 3/27/12 10:58 PM, Alex Rønne Petersen wrote:
> >> I think one more thing that needs some changing is the usability of
> >> the documentation, right now you get a dense list at the top, in
> >> mostly-alphabetical order (I think it puts caps first, then lower
> >> case) and then you get a massive list of classes and functions that
> >> are difficult to navigate.
> > 
> > I think basically everyone dislikes this.
> 
> I agree, and I think std.algorithm offers a good alternative without
> requiring changes to ddoc. This is a good place where the community
> might greatly help - it's work that's neither too difficult nor too
> boring, and has huge impact.

What std.algorithm works great and should be emulated in other modules, but 
without the anchor situation being fixed, it won't completely work for any 
modules which include enums, structs, or classes.

- Jonathan M Davis

Reply via email to