mirror of
https://github.com/espressif/openthread.git
synced 2026-08-17 16:09:51 +00:00
[doxygen] change inout to in,out (#8231)
This commit is contained in:
@@ -119,10 +119,10 @@ public:
|
||||
/**
|
||||
* This method updates the file descriptor sets with file descriptors used by the radio driver.
|
||||
*
|
||||
* @param[inout] aReadFdSet A reference to the read file descriptors.
|
||||
* @param[inout] aWriteFdSet A reference to the write file descriptors.
|
||||
* @param[inout] aMaxFd A reference to the max file descriptor.
|
||||
* @param[inout] aTimeout A reference to the timeout.
|
||||
* @param[in,out] aReadFdSet A reference to the read file descriptors.
|
||||
* @param[in,out] aWriteFdSet A reference to the write file descriptors.
|
||||
* @param[in,out] aMaxFd A reference to the max file descriptor.
|
||||
* @param[in,out] aTimeout A reference to the timeout.
|
||||
*
|
||||
*/
|
||||
void UpdateFdSet(fd_set &aReadFdSet, fd_set &aWriteFdSet, int &aMaxFd, struct timeval &aTimeout);
|
||||
|
||||
Reference in New Issue
Block a user