From 141eb0fb52401e6a0a362123d8c4e01d7a091d60 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 13 Aug 2019 15:24:02 -0700 Subject: uhd: rfnoc: docs: Fix Doxygen warning due to undoc'd parameter --- host/include/uhd/rfnoc/graph.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/host/include/uhd/rfnoc/graph.hpp b/host/include/uhd/rfnoc/graph.hpp index d2038bbe5..bdd104620 100644 --- a/host/include/uhd/rfnoc/graph.hpp +++ b/host/include/uhd/rfnoc/graph.hpp @@ -48,12 +48,13 @@ public: * \param src_block_port Source block port * \param dst_sid SID to route traffic to * \param buf_size_dst_bytes Destination window buffer in bytes + * \param pkt_size Hint what the packet size over this link will be */ virtual void connect_src(const block_id_t& src_block, const size_t src_block_port, const uhd::sid_t dst_sid, const size_t buf_size_dst_bytes, - const size_t pkt_size_) = 0; + const size_t pkt_size) = 0; /*! Anonymous connection * -- cgit v1.2.3