Skip to content

Commit 524a502

Browse files
authored
Fix doxygen documentation (#2360)
1 parent 387e901 commit 524a502

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/fastdds/rtps/transport/ChainingTransport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,8 @@ class ChainingTransport : public TransportInterface
317317
* @param next_receiver Next resource receiver to be called.
318318
* @param receive_buffer vector with enough capacity (not size) to accommodate a full receive buffer. That
319319
* capacity must not be less than the receiveBufferSize supplied to this class during construction.
320+
* @param receive_buffer_size Size of the raw data. It will be used as bounds check for the previous argument.
321+
* It must not exceed the receiveBufferSize fed to this class during construction.
320322
* @param local_locator Locator mapping to the local channel we're listening to.
321323
* @param[out] remote_locator Locator describing the remote destination we received a packet from.
322324
*/

0 commit comments

Comments
 (0)