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,3 +1,9 @@
/**
* @file
* Ethernet Interface Skeleton
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.

View File

@@ -1,3 +1,9 @@
/**
* @file
* Loop Interface
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.

View File

@@ -1,3 +1,9 @@
/**
* @file
* SLIP Interface
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
@@ -227,7 +233,7 @@ slipif_loop(void *nf)
* Call the arch specific sio_open and remember
* the opened device in the state field of the netif.
*
* @param nf the lwip network interface structure for this slipif
* @param netif the lwip network interface structure for this slipif
* @return ERR_OK if serial line could be opened,
* ERR_IF is serial line couldn't be opened
*