diff options
Diffstat (limited to 'gr-blocks/include/blocks/char_to_short.h')
-rw-r--r-- | gr-blocks/include/blocks/char_to_short.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gr-blocks/include/blocks/char_to_short.h b/gr-blocks/include/blocks/char_to_short.h index e2bb3a8590..fc9d3b4b52 100644 --- a/gr-blocks/include/blocks/char_to_short.h +++ b/gr-blocks/include/blocks/char_to_short.h @@ -31,9 +31,7 @@ namespace gr { /*! * \brief Convert stream of chars to a stream of short - * \ingroup converter_blk - * - * \param vlen vector length of data streams. + * \ingroup type_converters_blk */ class BLOCKS_API char_to_short : virtual public gr_sync_block { |