Skip to content

Commit f53097a

Browse files
committed
docs: update comments
1 parent 3e05048 commit f53097a

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

lib/node_modules/@stdlib/blas/base/cscal/benchmark/fortran/benchmark.length.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `cscal`.
19+
!> Benchmarks.
2020
!
2121
! ## Notes
2222
!

lib/node_modules/@stdlib/blas/base/dcabs1/benchmark/fortran/benchmark.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `dcabs1`.
19+
!> Benchmarks.
2020
!
2121
! ## Notes
2222
!

lib/node_modules/@stdlib/blas/base/dznrm2/benchmark/fortran/benchmark.length.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `dznrm2`.
19+
!> Benchmarks.
2020
!
2121
! ## Notes
2222
!

lib/node_modules/@stdlib/blas/base/scabs1/benchmark/fortran/benchmark.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `scabs1`.
19+
!> Benchmarks.
2020
!
2121
! ## Notes
2222
!

lib/node_modules/@stdlib/blas/base/scasum/benchmark/fortran/benchmark.length.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `scasum`.
19+
!> Benchmarks.
2020
!
2121
! ## Notes
2222
!

lib/node_modules/@stdlib/blas/base/scnrm2/benchmark/fortran/benchmark.length.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `scnrm2`.
19+
!> Benchmarks.
2020
!
2121
! ## Notes
2222
!

lib/node_modules/@stdlib/blas/base/zscal/benchmark/fortran/benchmark.length.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `zscal`.
19+
!> Benchmarks.
2020
!
2121
! ## Notes
2222
!

tools/snippets/benchmark/fortran/benchmark.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `TODO`.
19+
!> Benchmarks.
2020
!
2121
! ## Notes
2222
!

tools/snippets/benchmark/fortran/native/benchmark.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `TODO`.
19+
!> Benchmarks.
2020
!
2121
! ## Notes
2222
!

tools/snippets/benchmark/fortran/native/benchmark.length.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `TODO`.
19+
!> Benchmarks.
2020
!
2121
! ## Notes
2222
!

0 commit comments

Comments
 (0)