diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-06-21 10:31:45 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-06-22 18:42:11 -0700 |
commit | e7511ac067607c702eeb0b54c651f8d8df3c1c30 (patch) | |
tree | 8839c7e37682f2e933a93b2088814533f1181484 | |
parent | f5a322a8345d5e44836e94422aeae37ff5d94b21 (diff) | |
download | uhd-e7511ac067607c702eeb0b54c651f8d8df3c1c30.tar.gz uhd-e7511ac067607c702eeb0b54c651f8d8df3c1c30.tar.bz2 uhd-e7511ac067607c702eeb0b54c651f8d8df3c1c30.zip |
docs: Fixed a doxygen warning
-rw-r--r-- | host/include/uhd/rfnoc/block_ctrl_base.hpp | 1 | ||||
-rw-r--r-- | host/include/uhd/rfnoc/source_block_ctrl_base.hpp | 2 |
2 files changed, 2 insertions, 1 deletions
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); |