Improvements to std.datetime's documentation#5
Merged
2 commits merged intodlang:masterfrom Feb 12, 2011
Merged
Conversation
I mostly cleaned up and made what was already there more consistent, but I also reduced some of the documentation in cases where there were multiple template specializations which differed only by template constraints and not by signature, so it looked like the same function was showing up multiple times in the documentation (since the documentation doesn't show the template constraints). Also, most, if not all, of the documentation is now within 80 characters per line, though I haven't done anything to reduce the width of the code lines yet. I'll work on finding ways to reduce the amount of documentation without degrading its quality later.
kyllingstad
pushed a commit
to kyllingstad/phobos
that referenced
this pull request
Apr 26, 2011
tsbockman
pushed a commit
to tsbockman/phobos
that referenced
this pull request
Apr 7, 2016
Fix wrong ref usage in std.typecons.setField().
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I doubt that anyone is really going to want to read over all of these changes, but since we're aiming to do all commits as pull requests, that's what I'm doing. However, as we're looking to create a beta for the next release this weekend, and these changes are pretty much only documentation changes, I'll commit them myself if no one else does so within the next 24 hours. I'd really prefer that these changes get into the next release.