Skip to content

Commit c6088b9

Browse files
committed
Auto-generated commit
1 parent b663d40 commit c6088b9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-07-07)
7+
## Unreleased (2024-07-14)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
1516
- [`659f752`](https://github.com/stdlib-js/stdlib/commit/659f752db18317bf5fc237fdbcad0d74b61e1ed9) - **style:** add missing spaces _(by Philipp Burckhardt)_
1617

1718
</details>

src/addon.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
/**
2525
* Receives JavaScript callback invocation data.
2626
*
27-
* @private
2827
* @param env environment under which the function is invoked
2928
* @param info callback data
3029
* @return Node-API value
@@ -70,7 +69,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
7069
/**
7170
* Initializes a Node-API module.
7271
*
73-
* @private
7472
* @param env environment under which the function is invoked
7573
* @param exports exports object
7674
* @return main export

0 commit comments

Comments
 (0)