Table not shown in http://dlang.org/library/std/process.html

Lars T. Kyllingstad via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 13 00:59:18 PDT 2014


On Wednesday, 13 August 2014 at 01:14:24 UTC, Timothee Cour via 
Digitalmars-d wrote:
> There used to be a table; not anymore; the table seems 
> flattened as text as
> follows:
>
> The following table compactly summarises the different process 
> creation
> functions and how they relate to each other: Runs program 
> directly Runs
> shell command Low-level process creation spawnProcess 
> spawnShell Automatic
> input/output redirection using pipes pipeProcess pipeShell 
> Execute and wait
> for completion, collect output execute executeShell

This would appear to be an incompatibility between the DDOC 
macros that the Phobos documentation uses and the new 
documentation generator.  It's not specific to std.process; 
you'll see the same thing other places where the same table macro 
is used, e.g. for std.string.icmp:

    http://dlang.org/library/std/string/icmp.html

AFAIK, that documentation format is just a preview.  I guess 
there are more wrinkles that need to be ironed out before it can 
be considered "official".

Lars


More information about the Digitalmars-d mailing list