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.
1 parent 315a235 commit ad9e765Copy full SHA for ad9e765
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