Skip to content

Commit f1576ec

Browse files
committed
docs: remove comments
1 parent ceb4943 commit f1576ec

File tree

22 files changed

+0
-66
lines changed

22 files changed

+0
-66
lines changed

lib/node_modules/@stdlib/blas/base/dasum/benchmark/c/benchmark.length.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark `dasum`.
21-
*/
2219
#include "stdlib/blas/base/dasum.h"
2320
#include <stdlib.h>
2421
#include <stdio.h>

lib/node_modules/@stdlib/blas/base/daxpy/benchmark/c/benchmark.length.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark `daxpy`.
21-
*/
2219
#include "stdlib/blas/base/daxpy.h"
2320
#include <stdlib.h>
2421
#include <stdio.h>

lib/node_modules/@stdlib/blas/base/dcopy/benchmark/c/benchmark.length.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark `dcopy`.
21-
*/
2219
#include "stdlib/blas/base/dcopy.h"
2320
#include <stdlib.h>
2421
#include <stdio.h>

lib/node_modules/@stdlib/blas/base/ddot/benchmark/c/benchmark.length.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark `ddot`.
21-
*/
2219
#include "stdlib/blas/base/ddot.h"
2320
#include <stdlib.h>
2421
#include <stdio.h>

lib/node_modules/@stdlib/blas/base/dnrm2/benchmark/c/benchmark.length.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark `dnrm2`.
21-
*/
2219
#include "stdlib/blas/base/dnrm2.h"
2320
#include <stdlib.h>
2421
#include <stdio.h>

lib/node_modules/@stdlib/blas/base/drot/benchmark/c/benchmark.length.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark `drot`.
21-
*/
2219
#include "stdlib/blas/base/drot.h"
2320
#include <stdlib.h>
2421
#include <stdio.h>

lib/node_modules/@stdlib/blas/base/dscal/benchmark/c/benchmark.length.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark `dscal`.
21-
*/
2219
#include "stdlib/blas/base/dscal.h"
2320
#include <stdlib.h>
2421
#include <stdio.h>

lib/node_modules/@stdlib/blas/base/dsdot/benchmark/c/benchmark.length.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark `dsdot`.
21-
*/
2219
#include "stdlib/blas/base/dsdot.h"
2320
#include <stdlib.h>
2421
#include <stdio.h>

lib/node_modules/@stdlib/blas/base/dswap/benchmark/c/benchmark.length.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark `dswap`.
21-
*/
2219
#include "stdlib/blas/base/dswap.h"
2320
#include <stdlib.h>
2421
#include <stdio.h>

lib/node_modules/@stdlib/blas/base/idamax/benchmark/c/benchmark.length.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark `idamax`.
21-
*/
2219
#include "stdlib/blas/base/idamax.h"
2320
#include <stdlib.h>
2421
#include <stdio.h>

0 commit comments

Comments
 (0)