[Issue 129] DDoc downgrades enum to their integer initializers
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Oct 20 11:34:35 UTC 2017
https://issues.dlang.org/show_bug.cgi?id=129
Andrew Edwards <edwards.ac at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |edwards.ac at gmail.com
--- Comment #13 from Andrew Edwards <edwards.ac at gmail.com> ---
(In reply to Timothee Cour from comment #10)
> https://dlang.org/library/std/process/pipe_process.html
> shows:
>
> ProcessPipes pipeProcess(
> const(char[][]) args,
> Redirect redirect = cast(Redirect)7,
> const(string[string]) env = cast(const(string[string]))null,
> Config config = cast(Config)0,
> const(char[]) workDir = null
> ) @safe;
>
>
> with
>
> cast(Redirect)7,
>
> instead of
>
> Redirect redirect = Redirect.all,
>
> as in source code
This is a byproduct of DDOX, not DDOC. See issue 17171 comment 2.
As stated in comment 9, this issue is again verified resolved in both 1.076 and
2.077.0-beta.1.
--
More information about the Digitalmars-d-bugs
mailing list