You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix incorrect Doxygen @param direction for array length parameters (#2165)
Both rawPacketArrLength and packetsArrLength are input parameters (the
user provides the allocated array capacity), not output parameters. Fix
@param[out] to @param[in].
0 commit comments