Improve the jerry port api documents.#4977
Merged
robertsipka merged 1 commit intoDec 17, 2024
Merged
Conversation
lygstate
force-pushed
the
port-api-comments
branch
4 times, most recently
from
February 9, 2022 21:46
4f46860 to
6fe006a
Compare
lygstate
force-pushed
the
port-api-comments
branch
3 times, most recently
from
November 20, 2024 13:29
b9fad14 to
c1ae526
Compare
19 tasks
lygstate
force-pushed
the
port-api-comments
branch
from
December 2, 2024 09:28
c1ae526 to
f5003a7
Compare
Contributor
Author
|
@LaszloLango Any suggestion about this? |
zherczeg
reviewed
Dec 11, 2024
zherczeg
left a comment
Member
There was a problem hiding this comment.
A lot of comments are removed. Why?
| */ | ||
| static jerry_context_t *current_context_p = NULL; | ||
|
|
||
| /** |
Contributor
Author
There was a problem hiding this comment.
Remove the comments in port impl, that's easily getting to in-consistence
Those already documented in header, document twice create a lot of inconsistence, and not updated. So just leave a single copy of the comment
Contributor
There was a problem hiding this comment.
I agree with @lygstate, these comments should be place in the header file only.
Notable changes: - Remove the comments in port impl, that's easily getting to in-consistence - Sync the jerryscript-port.h and 05.PORT-API.md - Fixes the invalid comment in port codes JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
lygstate
force-pushed
the
port-api-comments
branch
from
December 11, 2024 09:48
f5003a7 to
65f4057
Compare
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.
Notable changes:
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com