Commit cd7cee5
doc: update example in module registration
Update return type of `Init` function in documentation to match
`napi_addon_register_func` signature. Return type used to be
`void`, now it is `napi_value`.
PR-URL: #17424
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 07fd4cf commit cd7cee5Copy full SHA for cd7cee5
File tree
Expand file treeCollapse file tree
1 file changed
+6
-4
lines changedOpen diff view settings
Filter options
- doc/api
Expand file treeCollapse file tree
1 file changed
+6
-4
lines changedOpen diff view settings
Collapse file
+6-4Lines changed: 6 additions & 4 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2879 | 2879 | |
2880 | 2880 | |
2881 | 2881 | |
2882 | | - |
| 2882 | + |
2883 | 2883 | |
2884 | 2884 | |
2885 | 2885 | |
2886 | | - |
2887 | | - |
| 2886 | + |
| 2887 | + |
2888 | 2888 | |
2889 | 2889 | |
2890 | | - |
| 2890 | + |
| 2891 | + |
| 2892 | + |
2891 | 2893 | |
2892 | 2894 | |
2893 | 2895 | |
|
0 commit comments