Comments Fix for Doxygen documentation

This commit is contained in:
fbernon
2007-08-09 22:21:44 +00:00
parent d057e95ce3
commit 9152d6671c
30 changed files with 144 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* AutoIP Automatic LinkLocal IP Configuration
*
*/
/*

View File

@@ -1,3 +1,9 @@
/**
* @file
* ICMP - Internet Control Message Protocol
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* IGMP - Internet Group Management Protocol
*
*/
/*
@@ -577,7 +577,7 @@ igmp_ip_output_if(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest,
/**
* Send an igmp packet to a specific group.
*
* @param the group to which to send the packet
* @param group the group to which to send the packet
* @param type the type of igmp packet to send
*/
void

View File

@@ -1,10 +1,11 @@
/* @file
*
* This is the IP layer implementation for incoming and outgoing IP traffic.
/**
* @file
* This is the IPv4 layer implementation for incoming and outgoing IP traffic.
*
* @see ip_frag.c
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.

View File

@@ -1,3 +1,9 @@
/**
* @file
* This is the IPv4 address tools implementation.
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.

View File

@@ -1,6 +1,6 @@
/* @file
*
* This is the IP packet segmentation and reassembly implementation.
/**
* @file
* This is the IPv4 packet segmentation and reassembly implementation.
*
*/