diff options
Diffstat (limited to 'gr-blocks/include/blocks/transcendental.h')
-rw-r--r-- | gr-blocks/include/blocks/transcendental.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/transcendental.h b/gr-blocks/include/blocks/transcendental.h index f8a0d5d805..a3a483e8f3 100644 --- a/gr-blocks/include/blocks/transcendental.h +++ b/gr-blocks/include/blocks/transcendental.h @@ -32,7 +32,9 @@ namespace gr { /*! * \brief A block that performs various transcendental math operations. + * \ingroup math_operators_blk * + * \details * Possible function names can be found in the cmath library. IO * may be either complex or real, double or single precision. * |