diff options
author | Martin Braun <martin@gnuradio.org> | 2020-10-05 10:45:11 +0200 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-10-05 06:09:26 -0400 |
commit | 4b402404e152ede29cfaa5c0648bdfb5d327038b (patch) | |
tree | 9161b1511241f45d025f4af6efa8c1b38b1d8e47 | |
parent | c0462c390d8d0e42a09586d803274ecc180452bd (diff) |
runtime: gateway: Fix Doxygen warning
Fixes an incorrectly named Doxygen parameter.
-rw-r--r-- | gnuradio-runtime/include/gnuradio/block_gateway.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/include/gnuradio/block_gateway.h b/gnuradio-runtime/include/gnuradio/block_gateway.h index d42dfbb620..f995b12ab5 100644 --- a/gnuradio-runtime/include/gnuradio/block_gateway.h +++ b/gnuradio-runtime/include/gnuradio/block_gateway.h @@ -44,7 +44,7 @@ public: /*! * Make a new gateway block. - * \param py_object the pybind11 object with callback + * \param py_handle the pybind11 object with callback * \param name the name of the block (Ex: "Shirley") * \param in_sig the input signature for this block * \param out_sig the output signature for this block |