dlang / ddox

Advanced D documentation engine
MIT License
62 stars 20 forks source link

executeShell signature in documentation #217

Open andre2007 opened 5 years ago

andre2007 commented 5 years ago

While searching for "dlang executeShell" the first hit is: https://dlang.org/library/std/process/execute_shell.html The signature is rather strange:

const(string[string]) env = cast(const(string[string]))null,
  Config config = cast(Config)0,
  ulong maxOutput = 18446744073709551615LU

If I open the documentation by starting from dlang.org there is a different signature shown, a lot more readable:

const string[string] env = null, Config config = Config.none, size_t maxOutput = size_t.max