From 642ffe507fd10097d5e78cf698f00c09ee47eb45 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Fri, 30 Mar 2007 14:01:41 +0200 Subject: [PATCH] fix dox warning --- src/devices/p2p/p2p-net-device.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/p2p/p2p-net-device.h b/src/devices/p2p/p2p-net-device.h index 7301a7d22..a19314462 100644 --- a/src/devices/p2p/p2p-net-device.h +++ b/src/devices/p2p/p2p-net-device.h @@ -233,7 +233,6 @@ private: * * @see PointToPointChannel::TransmitEnd () * @see TransmitReadyEvent () - * @param p a reference to the packet to send * @returns true if success, false on failure */ void TransmitCompleteEvent (void);