From 6629823dcbe6383392914b38e9f10e57ee8bd81c Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 25 Mar 2022 14:17:30 +0100 Subject: docs: rfnoc: Add doxygen tag for missing parameter This adds a doxygen tag for the `chan` parameter in fir_filter_block_control::set_coefficients(). --- host/include/uhd/rfnoc/fir_filter_block_control.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/include') diff --git a/host/include/uhd/rfnoc/fir_filter_block_control.hpp b/host/include/uhd/rfnoc/fir_filter_block_control.hpp index 8f660c14e..c61bc64c2 100644 --- a/host/include/uhd/rfnoc/fir_filter_block_control.hpp +++ b/host/include/uhd/rfnoc/fir_filter_block_control.hpp @@ -54,6 +54,7 @@ public: * a `uhd::value_error` is thrown. * * \param coeffs A vector of integer coefficients for the FIR filter + * \param chan Channel index */ virtual void set_coefficients(const std::vector& coeffs, const size_t chan = 0) = 0; -- cgit v1.2.3