From e7511ac067607c702eeb0b54c651f8d8df3c1c30 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 21 Jun 2018 10:31:45 +0100 Subject: docs: Fixed a doxygen warning --- host/include/uhd/rfnoc/block_ctrl_base.hpp | 1 + host/include/uhd/rfnoc/source_block_ctrl_base.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'host') diff --git a/host/include/uhd/rfnoc/block_ctrl_base.hpp b/host/include/uhd/rfnoc/block_ctrl_base.hpp index 70725627a..63939a114 100644 --- a/host/include/uhd/rfnoc/block_ctrl_base.hpp +++ b/host/include/uhd/rfnoc/block_ctrl_base.hpp @@ -242,6 +242,7 @@ public: * defined in the block definition file. * * \param reg The user register name. + * \param port Destination port. * \returns the readback value. * \throws uhd::key_error if \p reg is not a valid register name * \param port Port from which to read diff --git a/host/include/uhd/rfnoc/source_block_ctrl_base.hpp b/host/include/uhd/rfnoc/source_block_ctrl_base.hpp index cd1206406..7d0a65107 100644 --- a/host/include/uhd/rfnoc/source_block_ctrl_base.hpp +++ b/host/include/uhd/rfnoc/source_block_ctrl_base.hpp @@ -50,7 +50,7 @@ public: * See also register_upstream_block(). * * \param stream_cmd The stream command. - * \param chan Channel + * \param chan Channel for which this command is meant (data shall be produced on this channel). */ virtual void issue_stream_cmd(const uhd::stream_cmd_t &stream_cmd, const size_t chan=0); -- cgit v1.2.3