We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 320c11e + ad9e765 commit 2becbf4Copy full SHA for 2becbf4
dpl-docs/source/app.d
@@ -16,7 +16,5 @@ int main(string[] args)
16
environment["GIT_TARGET"] = git_target;
17
environment["NO_EXACT_SOURCE_CODE_LINKS"] = noExactSourceCodeLinks ? "1" : "0";
18
setLogFormat(FileLogger.Format.plain);
19
- if (args.length > 1 && args[1] != "filter")
20
- args ~= "--html-style=pretty";
21
return ddoxMain(args);
22
}
0 commit comments