new documentation format for std.algorithm

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Feb 11 15:52:19 PST 2011


On 2/2/11, Andrei Alexandrescu <SeeWebsiteForEmail at erdani.org> wrote:
> Following ideas and advice from this newsgroup, I have a draft at
>
> http://d-programming-language.org/cutting-edge/phobos/std_algorithm.html
> Andrei
>

You know, we could use the same thing for the language reference. E.g.:

http://www.digitalmars.com/d/2.0/template.html

We could have a table at the top linking to these sections:
Explicit Template Instantiation
Instantiation Scope
Argument Deduction
Template Type Parameters
Specialization
Template This Parameters
Template Value Parameters
Template Alias Parameters
Template Tuple Parameters
Template Parameter Default Values
Implicit Template Properties
Template Constructors
Class Templates
Struct, Union, and Interface Templates
Function Templates
Function Templates with Auto Ref Parameters
Recursive Templates
Template Constraints
Limitations

That is a lot of sections, and they're not being linked to right now
so they're hard to find without a search.


More information about the Digitalmars-d mailing list