From: Tom Rondeau Date: Sun, 18 Apr 2010 21:51:04 +0000 (-0400) Subject: Fixing doxygen warnings from channelizer block. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=5a3a0361fa8b21f870b51bb778af2f217be49101;p=debian%2Fgnuradio Fixing doxygen warnings from channelizer block. --- diff --git a/gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.h b/gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.h index d56ccdbc..751673bc 100644 --- a/gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.h +++ b/gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.h @@ -149,6 +149,7 @@ class gr_pfb_channelizer_ccf : public gr_block * Build the polyphase filterbank decimator. * \param numchans (unsigned integer) Specifies the number of channels M * \param taps (vector/list of floats) The prototype filter to populate the filterbank. + * \param oversample_rate (float) The output over sampling rate. */ gr_pfb_channelizer_ccf (unsigned int numchans, const std::vector &taps,