Skip to content

Commit 38464b7

Browse files
committed
docs: remove comments
1 parent f1576ec commit 38464b7

File tree

22 files changed

+18
-172
lines changed

22 files changed

+18
-172
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `dasum`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -214,4 +207,4 @@ subroutine main()
214207
end do
215208
call print_summary( count, count )
216209
end subroutine main
217-
end program bench
210+
end program bench

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `daxpy`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -215,4 +208,4 @@ subroutine main()
215208
end do
216209
call print_summary( count, count )
217210
end subroutine main
218-
end program bench
211+
end program bench

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `dcopy`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -213,4 +206,4 @@ subroutine main()
213206
end do
214207
call print_summary( count, count )
215208
end subroutine main
216-
end program bench
209+
end program bench

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `ddot`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -215,4 +208,4 @@ subroutine main()
215208
end do
216209
call print_summary( count, count )
217210
end subroutine main
218-
end program bench
211+
end program bench

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `dnrm2`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -214,4 +207,4 @@ subroutine main()
214207
end do
215208
call print_summary( count, count )
216209
end subroutine main
217-
end program bench
210+
end program bench

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `drot`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `dscal`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -212,4 +205,4 @@ subroutine main()
212205
end do
213206
call print_summary( count, count )
214207
end subroutine main
215-
end program bench
208+
end program bench

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `dsdot`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -215,4 +208,4 @@ subroutine main()
215208
end do
216209
call print_summary( count, count )
217210
end subroutine main
218-
end program bench
211+
end program bench

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `dswap`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -213,4 +206,4 @@ subroutine main()
213206
end do
214207
call print_summary( count, count )
215208
end subroutine main
216-
end program bench
209+
end program bench

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `idamax`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `isamax`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `sasum`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -214,4 +207,4 @@ subroutine main()
214207
end do
215208
call print_summary( count, count )
216209
end subroutine main
217-
end program bench
210+
end program bench

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `saxpy`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -215,4 +208,4 @@ subroutine main()
215208
end do
216209
call print_summary( count, count )
217210
end subroutine main
218-
end program bench
211+
end program bench

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `scopy`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -213,4 +206,4 @@ subroutine main()
213206
end do
214207
call print_summary( count, count )
215208
end subroutine main
216-
end program bench
209+
end program bench

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `sdot`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -215,4 +208,4 @@ subroutine main()
215208
end do
216209
call print_summary( count, count )
217210
end subroutine main
218-
end program bench
211+
end program bench

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `sdsdot`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -215,4 +208,4 @@ subroutine main()
215208
end do
216209
call print_summary( count, count )
217210
end subroutine main
218-
end program bench
211+
end program bench

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `snrm2`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -214,4 +207,4 @@ subroutine main()
214207
end do
215208
call print_summary( count, count )
216209
end subroutine main
217-
end program bench
210+
end program bench

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `srot`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `sscal`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -212,4 +205,4 @@ subroutine main()
212205
end do
213206
call print_summary( count, count )
214207
end subroutine main
215-
end program bench
208+
end program bench

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
! limitations under the License.
1717
!<
1818

19-
!> Benchmark `sswap`.
20-
!
21-
! ## Notes
22-
!
23-
! - Written in "free form" Fortran 95.
24-
!
25-
!<
2619
program bench
2720
implicit none
2821
! ..
@@ -213,4 +206,4 @@ subroutine main()
213206
end do
214207
call print_summary( count, count )
215208
end subroutine main
216-
end program bench
209+
end program bench

0 commit comments

Comments
 (0)