diff options
Diffstat (limited to 'gr-trellis/src/lib/fsm.h')
-rw-r--r-- | gr-trellis/src/lib/fsm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-trellis/src/lib/fsm.h b/gr-trellis/src/lib/fsm.h index 47e467898a..99a5cce778 100644 --- a/gr-trellis/src/lib/fsm.h +++ b/gr-trellis/src/lib/fsm.h @@ -29,6 +29,7 @@ /*! * \brief Finite State Machine Specification class. + * \ingroup trellis_coding_blk * * An instance of this class represents a finite state machine specification (FSMS) * rather than the FSM itself. It particular the state of the FSM |