On 2011-11-05 19:33, Jonathan M Davis wrote:
The number one thing that _I_ would like to see which would make std.datetime
much easier to digest would be for ddoc to be fixed so that the anchors that it
generates actually represent the code's hierarchy. For instance, right now,
the year functions for Date, DateTime, and SysTime all get the exact same
anchor - #year - so you can't link to each individual function.  It needs to
be generating anchors more along the lines of #Date.year, #DateTime.year, and
#SysTime.year. That way, I could organize the links at the top of the
documentation and make it so that they're actually informative and help you
understand the module instead of confusing you.

- Jonathan M Davis

I think that the jump-to list should only refer to top level elements and not methods inside classes.

--
/Jacob Carlborg

Reply via email to