We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See the description of parameters: https://github.com/nodejs/node/blob/master/doc/api/n-api.md#napi_create_function vs. https://github.com/nodejs/node/blob/master/doc/api/n-api.md#napi_create_function-1
The first one appears to be correct - it takes 6 parameters, not 5.
Might be beneficial to link from one part of the docs to the other, so that you don't have to maintain docs for this function in two places?
The text was updated successfully, but these errors were encountered:
doc: fix doc for napi_create_function
6131981
Merge the two duplicate entries for `napi_create_function()`. Fixes: nodejs#21606
e55bdde
c8d5bab
Merge the two duplicate entries for `napi_create_function()`. Fixes: #21606 PR-URL: #21627 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
gabrielschulhof
Successfully merging a pull request may close this issue.
See the description of parameters:
https://github.com/nodejs/node/blob/master/doc/api/n-api.md#napi_create_function
vs.
https://github.com/nodejs/node/blob/master/doc/api/n-api.md#napi_create_function-1
The first one appears to be correct - it takes 6 parameters, not 5.
Might be beneficial to link from one part of the docs to the other, so that you don't have to maintain docs for this function in two places?
The text was updated successfully, but these errors were encountered: