summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Economos <w6rz@comcast.net>2021-06-16 03:10:36 -0700
committermormj <34754695+mormj@users.noreply.github.com>2021-06-16 19:45:46 -0400
commit3fe76f88d5585b62a286180265718beac5b1fb9b (patch)
treee02846e62514b933222b86a4e45f594f77550986
parenta4ce3630bd4c77dd6d3f9532ebb588f350b98ddf (diff)
Doxygen: Remove warnings from gr-soapy and gr-iio.
Signed-off-by: Ron Economos <w6rz@comcast.net>
-rw-r--r--gr-iio/include/gnuradio/iio/pluto_sink.h1
-rw-r--r--gr-iio/python/iio/bindings/pluto_sink_python.cc2
-rw-r--r--gr-soapy/include/gnuradio/soapy/block.h1
-rw-r--r--gr-soapy/include/gnuradio/soapy/sink.h3
-rw-r--r--gr-soapy/include/gnuradio/soapy/source.h3
-rw-r--r--gr-soapy/python/soapy/bindings/block_python.cc2
-rw-r--r--gr-soapy/python/soapy/bindings/sink_python.cc2
-rw-r--r--gr-soapy/python/soapy/bindings/source_python.cc2
8 files changed, 7 insertions, 9 deletions
diff --git a/gr-iio/include/gnuradio/iio/pluto_sink.h b/gr-iio/include/gnuradio/iio/pluto_sink.h
index d5f9b4901d..5e3492b161 100644
--- a/gr-iio/include/gnuradio/iio/pluto_sink.h
+++ b/gr-iio/include/gnuradio/iio/pluto_sink.h
@@ -31,6 +31,7 @@ public:
*
* \param uri String of the context uri
* \param buffer_size Long of number of samples in buffer to send to device
+ * \param cyclic Boolean when True sends first buffer_size number of samples
*/
static sptr make(const std::string& uri, unsigned long buffer_size, bool cyclic);
diff --git a/gr-iio/python/iio/bindings/pluto_sink_python.cc b/gr-iio/python/iio/bindings/pluto_sink_python.cc
index 9fd8ff0564..b1790cd18f 100644
--- a/gr-iio/python/iio/bindings/pluto_sink_python.cc
+++ b/gr-iio/python/iio/bindings/pluto_sink_python.cc
@@ -14,7 +14,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(pluto_sink.h) */
-/* BINDTOOL_HEADER_FILE_HASH(72f9b82baa98ee0a683ce764485d3038) */
+/* BINDTOOL_HEADER_FILE_HASH(a2f3444638fe8507d7b91ae6f895eda7) */
/***********************************************************************************/
#include <pybind11/complex.h>
diff --git a/gr-soapy/include/gnuradio/soapy/block.h b/gr-soapy/include/gnuradio/soapy/block.h
index c0182cdbff..bab560d82f 100644
--- a/gr-soapy/include/gnuradio/soapy/block.h
+++ b/gr-soapy/include/gnuradio/soapy/block.h
@@ -351,7 +351,6 @@ public:
/*!
* Does the device support automatic frontend IQ balance correction?
- * \param direction the channel direction RX or TX
* \param channel an available channel on the device
* \return true if IQ balance corrections are supported
*/
diff --git a/gr-soapy/include/gnuradio/soapy/sink.h b/gr-soapy/include/gnuradio/soapy/sink.h
index 8f83290e58..3958ad5584 100644
--- a/gr-soapy/include/gnuradio/soapy/sink.h
+++ b/gr-soapy/include/gnuradio/soapy/sink.h
@@ -35,8 +35,7 @@ namespace soapy {
* Antenna and clock source can be left empty and default values
* will be used.
* This block has a message port, which consumes PMT messages.
- * For a description of the command syntax , see \ref cmd_handler.
- * \image html sink_params.png "Figure 2"
+ * For a description of the command syntax, see \ref cmd_handler_t.
*/
class SOAPY_API sink : virtual public block
{
diff --git a/gr-soapy/include/gnuradio/soapy/source.h b/gr-soapy/include/gnuradio/soapy/source.h
index 8ecfa51a79..e90aa90099 100644
--- a/gr-soapy/include/gnuradio/soapy/source.h
+++ b/gr-soapy/include/gnuradio/soapy/source.h
@@ -35,8 +35,7 @@ namespace soapy {
* Antenna and clock source can be left empty and default values
* will be used.
* This block has a message port, which consumes PMT messages.
- * For a description of the command syntax , see \ref cmd_handler.
- * \image html source_params.png "Figure 2"
+ * For a description of the command syntax, see \ref cmd_handler_t.
*/
class SOAPY_API source : virtual public block
{
diff --git a/gr-soapy/python/soapy/bindings/block_python.cc b/gr-soapy/python/soapy/bindings/block_python.cc
index 6c245a341f..3469253fcd 100644
--- a/gr-soapy/python/soapy/bindings/block_python.cc
+++ b/gr-soapy/python/soapy/bindings/block_python.cc
@@ -15,7 +15,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(block.h) */
-/* BINDTOOL_HEADER_FILE_HASH(4de2fe0c995edc3d14d7f4dde4bbb1db) */
+/* BINDTOOL_HEADER_FILE_HASH(6326cce2f22e30ab332ef966343f4a50) */
/***********************************************************************************/
#include "soapy_common.h"
diff --git a/gr-soapy/python/soapy/bindings/sink_python.cc b/gr-soapy/python/soapy/bindings/sink_python.cc
index 9572ccf008..a428e720c1 100644
--- a/gr-soapy/python/soapy/bindings/sink_python.cc
+++ b/gr-soapy/python/soapy/bindings/sink_python.cc
@@ -15,7 +15,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(sink.h) */
-/* BINDTOOL_HEADER_FILE_HASH(9d2a52df7aac70fba9497554fc13c9a8) */
+/* BINDTOOL_HEADER_FILE_HASH(07be73e41abcd1f8a128bd1ba153ab32) */
/***********************************************************************************/
#include <pybind11/complex.h>
diff --git a/gr-soapy/python/soapy/bindings/source_python.cc b/gr-soapy/python/soapy/bindings/source_python.cc
index ac545fd6c6..6f94655972 100644
--- a/gr-soapy/python/soapy/bindings/source_python.cc
+++ b/gr-soapy/python/soapy/bindings/source_python.cc
@@ -15,7 +15,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(source.h) */
-/* BINDTOOL_HEADER_FILE_HASH(f451db37bf5a066dda6a1c9a1e3a4835) */
+/* BINDTOOL_HEADER_FILE_HASH(2ae3163aea8bce7c6a687dda4356f09e) */
/***********************************************************************************/
#include <pybind11/complex.h>