Fix Doxygen errors in demos.
This commit is contained in:
		
							parent
							
								
									4897ef8972
								
							
						
					
					
						commit
						d37d419ffa
					
				
					 5 changed files with 15 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -40,6 +40,7 @@
 | 
			
		|||
/** Processes an ICMP packet inside an Ethernet frame, and writes the appropriate response
 | 
			
		||||
 *  to the output Ethernet frame if the host is issuing a ICMP ECHO request.
 | 
			
		||||
 *
 | 
			
		||||
 *  \param FrameIN  Pointer to the incomming Ethernet frame information structure
 | 
			
		||||
 *  \param InDataStart   Pointer to the start of the incoming packet's ICMP header
 | 
			
		||||
 *  \param OutDataStart  Pointer to the start of the outgoing packet's ICMP header
 | 
			
		||||
 *
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
 *
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -581,7 +581,7 @@ int16_t TCP_ProcessTCPPacket(void* IPHeaderInStart, void* TCPHeaderInStart, void
 | 
			
		|||
 *
 | 
			
		||||
 *  \param TCPHeaderOutStart  Pointer to the start of the packet's outgoing TCP header
 | 
			
		||||
 *  \param SourceAddress      Source protocol IP address of the outgoing IP header
 | 
			
		||||
 *  \param SourceAddress      DestinationAddress protocol IP address of the outgoing IP header
 | 
			
		||||
 *  \param DestinationAddress DestinationAddress protocol IP address of the outgoing IP header
 | 
			
		||||
 *  \param TCPOutSize         Size in bytes of the TCP data header and payload
 | 
			
		||||
 *
 | 
			
		||||
 *  \return A 16-bit TCP checksum value
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue