Fix Doxygen errors in demos.

This commit is contained in:
Dean Camera 2009-06-04 03:12:07 +00:00
parent 4897ef8972
commit d37d419ffa
5 changed files with 15 additions and 2 deletions

View file

@ -39,6 +39,7 @@
/** Processes an IP packet inside an Ethernet frame, and writes the appropriate response
* to the output Ethernet frame if one is created by a subprotocol handler.
*
* \param FrameIN Pointer to the incomming Ethernet frame information structure
* \param InDataStart Pointer to the start of the incoming packet's IP header
* \param OutDataStart Pointer to the start of the outgoing packet's IP header
*