From 91f96dfc7c49d63522e369d36d7ed110822c893e Mon Sep 17 00:00:00 2001 From: Zang MingJie Date: Wed, 28 Apr 2021 22:54:56 +0800 Subject: [PATCH] Fix CI (#6348) /Users/runner/work/connectedhomeip/connectedhomeip/src/system/SystemPacketBuffer.h:670:20: warning: parameter 'aPacket' not found in the function declaration [-Wdocumentation] * @param[in] aPacket - the packet buffer handle to check. ^~~~~~~ --- src/system/SystemPacketBuffer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/system/SystemPacketBuffer.h b/src/system/SystemPacketBuffer.h index 13854a012d4fcc..88e695749346b3 100644 --- a/src/system/SystemPacketBuffer.h +++ b/src/system/SystemPacketBuffer.h @@ -666,8 +666,6 @@ class DLL_EXPORT PacketBufferHandle * a faulty state. (Some configurations may not actually perform any check.) * * @note A null handle is not considered faulty. - * - * @param[in] aPacket - the packet buffer handle to check. */ void Check() const {