new documentation format for std.algorithm
Denis Koroskin
2korden at gmail.com
Wed Feb 2 11:27:11 PST 2011
On Wed, 02 Feb 2011 19:00:20 +0300, Andrei Alexandrescu
<SeeWebsiteForEmail at erdani.org> wrote:
> On 2/2/11 7:07 AM, spir wrote:
>> On 02/02/2011 09:45 AM, Andrei Alexandrescu wrote:
>>> Following ideas and advice from this newsgroup, I have a draft at
>>>
>>> http://d-programming-language.org/cutting-edge/phobos/std_algorithm.html
>>>
>>> There are two tables, one with just the names and the other with names
>>> and a
>>> brief description. Let me know of any feedback. Thanks!
>>>
>>>
>>> Andrei
>>
>> To avoid the descriptive table taking to much width, as evoked, remove
>> the category column by:
>> * Putting category names as "inter-lines" (dunno how to code that in
>> html, but there's certainly a way to do it).
>> * Making one table per category (simpler and nicer?).
>>
>> Denis
>
> Probably one table per category would make for too many tables. How
> about the separating rows in
> http://d-programming-language.org/cutting-edge/phobos/std_container.html?
>
> Andrei
It looks great! One thing I don't like is that complexity sometimes gets
split into 2 lines with huge spaces before and after asterisk (tested in
Opera and Chrome):
nr * log
nc
Either increased column width or <nobr> could probably help.
More information about the Digitalmars-d
mailing list