summaryrefslogtreecommitdiff
path: root/gr-vocoder/include
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-03-18 09:56:48 -0400
committerTom Rondeau <tom@trondeau.com>2014-03-18 09:56:48 -0400
commitc7c08e70f099dc04bb254b43812aef42d109dde3 (patch)
treef15f8ab59c8c557a07cdc8519bd8481d9b1c7352 /gr-vocoder/include
parente50e06362f8faa8033d5169390aa5d9d2d7e796f (diff)
docs: fixed a few warnings.
Diffstat (limited to 'gr-vocoder/include')
-rw-r--r--gr-vocoder/include/gnuradio/vocoder/cvsd_decode_bs.h4
-rw-r--r--gr-vocoder/include/gnuradio/vocoder/cvsd_encode_sb.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/gr-vocoder/include/gnuradio/vocoder/cvsd_decode_bs.h b/gr-vocoder/include/gnuradio/vocoder/cvsd_decode_bs.h
index 6e931683c4..bacc5ae595 100644
--- a/gr-vocoder/include/gnuradio/vocoder/cvsd_decode_bs.h
+++ b/gr-vocoder/include/gnuradio/vocoder/cvsd_decode_bs.h
@@ -105,9 +105,9 @@ namespace gr {
* Default: "0.9990234375" (i.e. 1-1/1024)
* \param accum_decay Decay factor applied to the internal reference during every interation of the codec.
* Default: "0.96875" (i.e. 1-1/32)
- * \param K; Size of shift register; the number of output bits remembered by codec (must be <= to 32).
+ * \param K Size of shift register; the number of output bits remembered by codec (must be <= to 32).
* Default: "32"
- * \param J; Number of bits in the shift register that are equal; i.e. the size of a run of 1s, 0s.
+ * \param J Number of bits in the shift register that are equal; i.e. the size of a run of 1s, 0s.
* Default: "4"
* \param pos_accum_max Maximum integer value allowed for the internal reference.
* Default: "32767" (2^15 - 1 or MAXSHORT)
diff --git a/gr-vocoder/include/gnuradio/vocoder/cvsd_encode_sb.h b/gr-vocoder/include/gnuradio/vocoder/cvsd_encode_sb.h
index d0b3afaab1..da1e92f6ad 100644
--- a/gr-vocoder/include/gnuradio/vocoder/cvsd_encode_sb.h
+++ b/gr-vocoder/include/gnuradio/vocoder/cvsd_encode_sb.h
@@ -101,9 +101,9 @@ namespace gr {
* Default: "0.9990234375" (i.e. 1-1/1024)
* \param accum_decay Decay factor applied to the internal reference during every interation of the codec.
* Default: "0.96875" (i.e. 1-1/32)
- * \param K; Size of shift register; the number of output bits remembered by codec (must be <= to 32).
+ * \param K Size of shift register; the number of output bits remembered by codec (must be <= to 32).
* Default: "32"
- * \param J; Number of bits in the shift register that are equal; i.e. the size of a run of 1s, 0s.
+ * \param J Number of bits in the shift register that are equal; i.e. the size of a run of 1s, 0s.
* Default: "4"
* \param pos_accum_max Maximum integer value allowed for the internal reference.
* Default: "32767" (2^15 - 1 or MAXSHORT)