summaryrefslogtreecommitdiff
path: root/gr-fft
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-12-11 14:15:40 -0800
committerMartin Braun <martin.braun@ettus.com>2018-12-12 09:52:07 -0800
commitc9a395ed8ec1195f5f93e249d69bd904f66dd4eb (patch)
tree773742aba9603088a25c100d1176a67b28b602a0 /gr-fft
parenta87479a270c7282be303c0bd6c31cd2802c51185 (diff)
fft: Fix Doxygen warnings (undocumented parameters)
Diffstat (limited to 'gr-fft')
-rw-r--r--gr-fft/include/gnuradio/fft/fft_vcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/include/gnuradio/fft/fft_vcc.h b/gr-fft/include/gnuradio/fft/fft_vcc.h
index 28f6d1d0d4..03e82a9989 100644
--- a/gr-fft/include/gnuradio/fft/fft_vcc.h
+++ b/gr-fft/include/gnuradio/fft/fft_vcc.h
@@ -66,7 +66,7 @@ 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] shift True moves DC carrier to the middle.
* \param[in] nthreads Number of underlying threads.
*/
static sptr make(int fft_size, bool forward,