From 58a6e543a5a694b1e4387b2a3154370f3342869d Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 14 Jul 2024 20:39:54 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 3 ++- src/addon.c | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d2e64b..73f2dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-07-06) +## Unreleased (2024-07-14)
@@ -32,6 +32,7 @@
+- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_ - [`271f5d5`](https://github.com/stdlib-js/stdlib/commit/271f5d5d3e530225bd82f34efebf5df9a944fdde) - **refactor:** reduce code duplication in `blas/base` level 1 routines [(#2517)](https://github.com/stdlib-js/stdlib/pull/2517) _(by Aman Bhansali)_ - [`6226f32`](https://github.com/stdlib-js/stdlib/commit/6226f32ba8be2b8d880353194c510e629760b53f) - **docs:** update signatures _(by Athan Reines)_ - [`9ff6e8e`](https://github.com/stdlib-js/stdlib/commit/9ff6e8e2a86e84d30f4bab902b55f43eb85e6b0d) - **refactor:** support building with API suffix _(by Athan Reines)_ diff --git a/src/addon.c b/src/addon.c index c7b15a2..ea5ab4b 100644 --- a/src/addon.c +++ b/src/addon.c @@ -28,7 +28,6 @@ /** * Receives JavaScript callback invocation data. * -* @private * @param env environment under which the function is invoked * @param info callback data * @return Node-API value