diff options
author | Philip Balister | 2009-09-15 14:50:22 -0400 |
---|---|---|
committer | Philip Balister | 2009-09-15 15:42:56 -0400 |
commit | 895f2e04a9d962cfe56d416691600b5c619ea180 (patch) | |
tree | 6af8173e7fa61daba9ff9c200c2519cdfb2710e0 /gnuradio-core | |
parent | 9d2c4b0625dac26c86974453518aa5b034fc849e (diff) | |
download | gnuradio-895f2e04a9d962cfe56d416691600b5c619ea180.tar.gz gnuradio-895f2e04a9d962cfe56d416691600b5c619ea180.tar.bz2 gnuradio-895f2e04a9d962cfe56d416691600b5c619ea180.zip |
Fix doxygen warnings.
Diffstat (limited to 'gnuradio-core')
4 files changed, 6 insertions, 6 deletions
diff --git a/gnuradio-core/src/lib/filter/gr_pfb_arb_resampler_ccf.h b/gnuradio-core/src/lib/filter/gr_pfb_arb_resampler_ccf.h index b79a89fe9..d4c886ec3 100644 --- a/gnuradio-core/src/lib/filter/gr_pfb_arb_resampler_ccf.h +++ b/gnuradio-core/src/lib/filter/gr_pfb_arb_resampler_ccf.h @@ -91,8 +91,8 @@ class gr_fir_ccf; * The theory behind this block can be found in Chapter 7.5 of * the following book. * - * <B><EM>f. harris, Multirate Signal Processing for Communication - * Systems," Upper Saddle River, NJ: Prentice Hall, Inc. 2004.</EM></B> + * <B><EM>f. harris, "Multirate Signal Processing for Communication + * Systems", Upper Saddle River, NJ: Prentice Hall, Inc. 2004.</EM></B> */ class gr_pfb_arb_resampler_ccf : public gr_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 7d0a31c59..b2e67e817 100644 --- a/gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.h +++ b/gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.h @@ -91,8 +91,8 @@ class gri_fft_complex; * The theory behind this block can be found in Chapter 6 of * the following book. * - * <B><EM>f. harris, Multirate Signal Processing for Communication - * Systems," Upper Saddle River, NJ: Prentice Hall, Inc. 2004. + * <B><EM>f. harris, "Multirate Signal Processing for Communication + * Systems," Upper Saddle River, NJ: Prentice Hall, Inc. 2004.</EM></B> * */ diff --git a/gnuradio-core/src/lib/filter/gr_pfb_decimator_ccf.h b/gnuradio-core/src/lib/filter/gr_pfb_decimator_ccf.h index 83997c0c9..200adee3d 100644 --- a/gnuradio-core/src/lib/filter/gr_pfb_decimator_ccf.h +++ b/gnuradio-core/src/lib/filter/gr_pfb_decimator_ccf.h @@ -88,7 +88,7 @@ class gri_fft_complex; * The theory behind this block can be found in Chapter 6 of * the following book. * - * <B><EM>f. harris, Multirate Signal Processing for Communication + * <B><EM>f. harris, "Multirate Signal Processing for Communication * Systems," Upper Saddle River, NJ: Prentice Hall, Inc. 2004.</EM></B> */ diff --git a/gnuradio-core/src/lib/filter/gr_pfb_interpolator_ccf.h b/gnuradio-core/src/lib/filter/gr_pfb_interpolator_ccf.h index 50849d510..d2efc591a 100644 --- a/gnuradio-core/src/lib/filter/gr_pfb_interpolator_ccf.h +++ b/gnuradio-core/src/lib/filter/gr_pfb_interpolator_ccf.h @@ -74,7 +74,7 @@ class gr_fir_ccf; * The theory behind this block can be found in Chapter 7.1 of the * following book. * - * <B><EM>f. harris, <EM>Multirate Signal Processing for Communication + * <B><EM>f. harris, "Multirate Signal Processing for Communication * Systems</EM>," Upper Saddle River, NJ: Prentice Hall, * Inc. 2004.</EM></B> */ |