summaryrefslogtreecommitdiff
path: root/gr-fft
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-12-13 16:43:19 -0800
committerMartin Braun <martin.braun@ettus.com>2018-12-14 13:44:50 -0800
commitc79257114224c5a6f8a0589b67416fd68a940adf (patch)
treeb04d6369d07fb25aad1fd80bf9596b9e501b9ffc /gr-fft
parent919a16493d1682295b26cb90a4b9f011413e7213 (diff)
fft: Fix Doxygen warning
fft_vfc does not have a 'shifted' parameter as stated in the Doxygen.
Diffstat (limited to 'gr-fft')
-rw-r--r--gr-fft/include/gnuradio/fft/fft_vfc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-fft/include/gnuradio/fft/fft_vfc.h b/gr-fft/include/gnuradio/fft/fft_vfc.h
index 5639465ab5..e5ec9bf3ee 100644
--- a/gr-fft/include/gnuradio/fft/fft_vfc.h
+++ b/gr-fft/include/gnuradio/fft/fft_vfc.h
@@ -67,7 +67,6 @@ namespace gr {
* \param[in] fft_size N.
* \param[in] forward True performs FFT, False performs IFFT.
* \param[in] window Window function to be used.
- * \param[in] shifted True moves DC carrier to the middle.
* \param[in] nthreads Number of underlying threads.
*/
static sptr make(int fft_size, bool forward,