Skip to content

Comments

Remove compatibility --html-style=pretty flag#2317

Merged
dlang-bot merged 1 commit intodlang:masterfrom
wilzbach:remove-pretty-html
Mar 31, 2018
Merged

Remove compatibility --html-style=pretty flag#2317
dlang-bot merged 1 commit intodlang:masterfrom
wilzbach:remove-pretty-html

Conversation

@wilzbach
Copy link
Contributor

(Introduced in #1891 to facilite the transition to Ddox 0.16)

This was already done in #2054, but I have no idea why it's not showing up in the history:

https://github.com/dlang/dlang.org/commits/master/dpl-docs/source/app.d

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @wilzbach!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

if (args.length > 1 && args[1] != "filter")
args ~= "--html-style=pretty";
if (args.length > 1 && args[1] != "filter")
args ~= "--html-style=pretty";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this? Looks like a whitespace-only change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird. Sorry. Must have gone something wrong when rebasing. Fixed.

@wilzbach wilzbach force-pushed the remove-pretty-html branch from e1f63c3 to ad9e765 Compare March 31, 2018 05:51
@dlang-bot dlang-bot merged commit 2becbf4 into dlang:master Mar 31, 2018
@wilzbach wilzbach deleted the remove-pretty-html branch July 18, 2018 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants