tools: fix comment nits in tools/doc/*.js files#19696
Closed
vsemozhetbyt wants to merge 3 commits intonodejs:masterfrom
vsemozhetbyt:tools-doc-comments
Closed
tools: fix comment nits in tools/doc/*.js files#19696vsemozhetbyt wants to merge 3 commits intonodejs:masterfrom vsemozhetbyt:tools-doc-comments
vsemozhetbyt wants to merge 3 commits intonodejs:masterfrom
vsemozhetbyt:tools-doc-comments
Conversation
* Unify first letters case. * Unify periods. * Delete excess spaces. * Add some blank lines as logical delimiters. * Remove obvious comments. * Combine short lines, rewrap lines more logically. * Fix typos.
Contributor
Author
BridgeAR
approved these changes
Mar 30, 2018
tools/doc/html.js
Outdated
| } | ||
|
|
||
| //XXX maybe put more stuff here? | ||
| // XXX Maybe put more stuff here? |
Member
There was a problem hiding this comment.
Suggestion: being on it, you might also change XXX to TODO.
Contributor
Author
Leko
approved these changes
Mar 30, 2018
richardlau
reviewed
Mar 30, 2018
tools/doc/html.js
Outdated
| } | ||
|
|
||
| // Syscalls which appear in the docs, but which only exist in BSD / OSX | ||
| // Syscalls which appear in the docs, but which only exist in BSD / OSX. |
Member
There was a problem hiding this comment.
macOS since we're changing this line?
Contributor
Author
richardlau
approved these changes
Mar 30, 2018
vsemozhetbyt
added a commit
that referenced
this pull request
Mar 30, 2018
* Unify first letters case. * Unify periods. * Delete excess spaces. * Add some blank lines as logical delimiters. * Remove obvious comments. * Combine short lines, rewrap lines more logically. * Fix typos. * "XXX" -> "TODO:", OSX -> macOS. PR-URL: #19696 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Shingo Inoue <leko.noor@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Contributor
Author
|
Landed in b88477e |
2 tasks
targos
pushed a commit
that referenced
this pull request
Apr 2, 2018
* Unify first letters case. * Unify periods. * Delete excess spaces. * Add some blank lines as logical delimiters. * Remove obvious comments. * Combine short lines, rewrap lines more logically. * Fix typos. * "XXX" -> "TODO:", OSX -> macOS. PR-URL: #19696 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Shingo Inoue <leko.noor@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Merged
MylesBorins
pushed a commit
that referenced
this pull request
Aug 17, 2018
* Unify first letters case. * Unify periods. * Delete excess spaces. * Add some blank lines as logical delimiters. * Remove obvious comments. * Combine short lines, rewrap lines more logically. * Fix typos. * "XXX" -> "TODO:", OSX -> macOS. PR-URL: #19696 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Shingo Inoue <leko.noor@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Merged
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.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes