diff --git a/docs/source/xfft.rst b/docs/source/xfft.rst index 78ba5ff7d..b506c8157 100644 --- a/docs/source/xfft.rst +++ b/docs/source/xfft.rst @@ -6,12 +6,12 @@ xfft Defined in ``xtensor/xfft.hpp`` -.. doxygenclass:: xt::fft_convolve +.. doxygenclass:: xt::fft::convolve :project: xtensor :members: -.. doxygentypedef:: xt::fft +.. doxygentypedef:: xt::fft::fft :project: xtensor -.. doxygentypedef:: xt::ifft +.. doxygentypedef:: xt::fft::ifft :project: xtensor diff --git a/include/xtensor/xfft.hpp b/include/xtensor/xfft.hpp index 472302d07..7682f786e 100644 --- a/include/xtensor/xfft.hpp +++ b/include/xtensor/xfft.hpp @@ -153,7 +153,7 @@ namespace xt } /** - * @breif 1D FFT of an Nd array along a specified axis + * @brief 1D FFT of an Nd array along a specified axis * @param e an Nd expression to be transformed to the fourier domain * @param axis the axis along which to perform the 1D FFT * @return a transformed xarray of the specified precision