summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Braun <martin@gnuradio.org>2020-10-05 10:45:11 +0200
committermormj <34754695+mormj@users.noreply.github.com>2020-10-05 06:09:26 -0400
commit4b402404e152ede29cfaa5c0648bdfb5d327038b (patch)
tree9161b1511241f45d025f4af6efa8c1b38b1d8e47
parentc0462c390d8d0e42a09586d803274ecc180452bd (diff)
runtime: gateway: Fix Doxygen warning
Fixes an incorrectly named Doxygen parameter.
-rw-r--r--gnuradio-runtime/include/gnuradio/block_gateway.h2
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