Skip to content

Commit 07459d3

Browse files
committed
chore: remove private annotations
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: passed - task: lint_license_headers status: passed ---
1 parent b7c2031 commit 07459d3

File tree

4 files changed

+0
-6
lines changed
  • lib/node_modules/@stdlib

4 files changed

+0
-6
lines changed

lib/node_modules/@stdlib/array/bool/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import BooleanArray = require( './index' );
2424
/**
2525
* Callback function.
2626
*
27-
* @private
2827
* @param v - value
2928
* @returns input value
3029
*/

lib/node_modules/@stdlib/array/complex128/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import Complex128Array = require( './index' );
2727
/**
2828
* Callback function.
2929
*
30-
* @private
3130
* @param v - input value
3231
* @returns output value
3332
*/

lib/node_modules/@stdlib/array/complex64/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import Complex64Array = require( './index' );
2727
/**
2828
* Callback function.
2929
*
30-
* @private
3130
* @param v - input value
3231
* @returns output value
3332
*/

lib/node_modules/@stdlib/utils/async/parallel/docs/types/test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import parallel = require( './index' );
2121
/**
2222
* Test function.
2323
*
24-
* @private
2524
* @param next - callback
2625
*/
2726
function foo( next: Function ): void {
@@ -31,7 +30,6 @@ function foo( next: Function ): void {
3130
/**
3231
* Test function.
3332
*
34-
* @private
3533
* @param next - callback
3634
*/
3735
function bar( next: Function ): void {
@@ -41,7 +39,6 @@ function bar( next: Function ): void {
4139
/**
4240
* Test function.
4341
*
44-
* @private
4542
* @param error - error argument
4643
* @param out - output array
4744
*/

0 commit comments

Comments
 (0)