This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
Update WebIDL and modify documentation to fit new "node.js-like" style, part 2 #1892
Closed
Conversation
This file contains 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
be syntactically correct and to follow the new style of buffer.md. Added a new file that explains some of the differences between WebIDL and Javascript.
Some changes to a few .md files to get feedback.
t-harvey
changed the title
Modify docs2
Update WebIDL and modify documentation to fit new "node.js-like" style, part 2
Jul 2, 2018
Modified format and fixed WebIDL
…#1881) Thanks to Paul Sokolovsky for finding this solution. Signed-off-by: Geoff Gustafson <[email protected]>
Created shim layer for building against the POSIX network stack on Zephyr which enables the debugger to run on the frdm_k64f board with TCP IPV4 on port 5001. Signed-off-by: Jimmy Huang <[email protected]>
Signed-off-by: Jimmy Huang <[email protected]>
Signed-off-by: Jimmy Huang <[email protected]>
Signed-off-by: Timothy Harvey <[email protected]>
Signed-off-by: Timothy Harvey <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Folks,
This is the actual pull request for updating the documentation to: 1) follow the style of node.js and 2) correct the WebIDL.
I tried to incorporate the advice/corrections from the original test pull request (#1800).
As with the test pull request, I've limited myself to fixing grammatical errors and the actual WebIDL, but the documentation could definitely do with a thorough going over for technical detail as well.
Thanks,
Tim