Fixing doxygen warnings from channelizer block.
authorTom Rondeau <trondeau@vt.edu>
Sun, 18 Apr 2010 21:51:04 +0000 (17:51 -0400)
committerTom Rondeau <trondeau@vt.edu>
Sun, 18 Apr 2010 21:51:04 +0000 (17:51 -0400)
gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.h

index d56ccdbc6c3fca32b6cb86539b18cd82bb4f60fc..751673bc7a4066746e5623eb68cd64a604b25a8b 100644 (file)
@@ -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 <EM>M</EM>
    * \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<float> &taps,