From 1b795490f2f3749e02371a648e44cb12687280c3 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Thu, 4 Jan 2018 18:05:32 +0100 Subject: [PATCH] Remove legacy Ddox pretty printing --- dpl-docs/source/app.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/dpl-docs/source/app.d b/dpl-docs/source/app.d index 66d20e224c..3956a32f2b 100644 --- a/dpl-docs/source/app.d +++ b/dpl-docs/source/app.d @@ -16,7 +16,5 @@ int main(string[] args) environment["GIT_TARGET"] = git_target; environment["NO_EXACT_SOURCE_CODE_LINKS"] = noExactSourceCodeLinks ? "1" : "0"; setLogFormat(FileLogger.Format.plain); - if (args.length > 1 && args[1] != "filter") - args ~= "--html-style=pretty"; return ddoxMain(args); }