diff options
Diffstat (limited to 'gr-blocks/include/blocks/regenerate_bb.h')
-rw-r--r-- | gr-blocks/include/blocks/regenerate_bb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-blocks/include/blocks/regenerate_bb.h b/gr-blocks/include/blocks/regenerate_bb.h index 3063e70a7f..a2cc76737e 100644 --- a/gr-blocks/include/blocks/regenerate_bb.h +++ b/gr-blocks/include/blocks/regenerate_bb.h @@ -31,8 +31,9 @@ namespace gr { /*! * \brief Detect the peak of a signal and repeat every period samples - * \ingroup level_blk + * \ingroup stream_operators_blk * + * \details * If a peak is detected, this block outputs a 1 repeated every * period samples until reset by detection of another 1 on the * input or stopped after max_regen regenerations have occurred. |