Skip to content

Commit 9a093a5

Browse files
committed
Fix internals.md
1 parent 17383b0 commit 9a093a5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/src/internals.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
Functions here are not exported.
33

44
```@docs
5-
DSP.os_fft_complexity
6-
DSP.os_prepare_conv
7-
DSP.os_conv_block!
8-
DSP.os_filter_transform!
5+
DSP.Convolutions.os_fft_complexity
6+
DSP.Convolutions.optimalfftfiltlength
7+
DSP.Convolutions.os_prepare_conv
8+
DSP.Convolutions.os_conv_block!
9+
DSP.Convolutions.os_filter_transform!
910
DSP.Windows.makewindow
1011
DSP.Windows.padplot
11-
DSP._zeropad
12-
DSP._zeropad!
13-
DSP._zeropad_keep_offset
12+
DSP.Convolutions._zeropad
13+
DSP.Convolutions._zeropad!
14+
DSP.Convolutions._zeropad_keep_offset
1415
DSP.Filters._polyprep
1516
DSP.Filters.freq_eval
1617
DSP.Filters.build_grid
1718
DSP.Filters.lagrange_interp
1819
DSP.Periodograms.coherence_from_cs!
19-
DSP.optimalfftfiltlength
2020
```

0 commit comments

Comments
 (0)