Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue 15534 - [std.experimental.logger.core] Documentation mismatch #5315

Merged
merged 1 commit into from Apr 3, 2017

Conversation

schveiguy
Copy link
Member

Docs seem to refer to a string parameter, that apparently was removed.
Also reworked the docs to be more appropriate ddoc style (and modernized with backticks)

ping @burner

@schveiguy schveiguy added the Trivial typos, formatting, comments label Mar 31, 2017
@dlang-bot
Copy link
Contributor

Fix Bugzilla Description
15534 [std.experimental.logger.core] Documentation mismatch

Copy link
Member

@quickfur quickfur left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -744,12 +744,14 @@ abstract class Logger
Logger logger;
}

/** This constructor takes a name of type $(D string), and a $(D LogLevel).
/**
Copy link
Member

Choose a reason for hiding this comment

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

The autotester doesn't like the trailing whitespace here.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed, squashed.

…ng parameter that

doesn't exist, and using more appropriate ddoc style.
@burner
Copy link
Member

burner commented Apr 3, 2017

Auto-merge toggled on

@burner burner merged commit 046bbbd into dlang:master Apr 3, 2017
@schveiguy schveiguy deleted the fix15534 branch April 4, 2017 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fix Trivial typos, formatting, comments
Projects
None yet
4 participants