Skip to content

Commit 2becbf4

Browse files
authored
Merge pull request #2317 from wilzbach/remove-pretty-html
Remove compatibility --html-style=pretty flag merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2 parents 320c11e + ad9e765 commit 2becbf4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpl-docs/source/app.d

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ int main(string[] args)
1616
environment["GIT_TARGET"] = git_target;
1717
environment["NO_EXACT_SOURCE_CODE_LINKS"] = noExactSourceCodeLinks ? "1" : "0";
1818
setLogFormat(FileLogger.Format.plain);
19-
if (args.length > 1 && args[1] != "filter")
20-
args ~= "--html-style=pretty";
2119
return ddoxMain(args);
2220
}

0 commit comments

Comments
 (0)