We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f11b0e commit 1d81974Copy full SHA for 1d81974
docs/Project.toml
@@ -2,4 +2,4 @@
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
4
[compat]
5
-Documenter = "~0.21"
+Documenter = "~0.22"
docs/src/api.md
@@ -19,7 +19,6 @@ AbstractFFTs.brfft
19
AbstractFFTs.plan_rfft
20
AbstractFFTs.plan_brfft
21
AbstractFFTs.plan_irfft
22
-AbstractFFTs.fftshift(::Any)
23
-AbstractFFTs.fftshift(::Any, ::Any)
+AbstractFFTs.fftshift
24
AbstractFFTs.ifftshift
25
```
0 commit comments