Clean up Webserver project - add more Doxygen documentation for the new DHCP client functions and defines.

This commit is contained in:
Dean Camera 2010-01-27 13:45:08 +00:00
parent a960e4b3b2
commit cec699ac59
7 changed files with 98 additions and 21 deletions

View file

@ -88,7 +88,7 @@
/** Sends a byte to the currently addressed device on the TWI bus.
*
* \param Byte Byte to send to the currently addressed device
* \param[in] Byte Byte to send to the currently addressed device
*
* \return Boolean true if the recipient ACKed the byte, false otherwise
*/
@ -103,8 +103,8 @@
/** Receives a byte from the currently addressed device on the TWI bus.
*
* \param Byte Location where the read byte is to be stored
* \param LastByte Indicates if the byte should be ACKed if false, NAKed if true
* \param[in] Byte Location where the read byte is to be stored
* \param[in] LastByte Indicates if the byte should be ACKed if false, NAKed if true
*
* \return Boolean true if the byte reception sucessfully completed, false otherwise
*/
@ -125,7 +125,7 @@
/* Function Prototypes: */
/** Begins a master mode TWI bus communication with the given slave device address.
*
* \param SlaveAddress Address of the slave TWI device to communicate with
* \param[in] SlaveAddress Address of the slave TWI device to communicate with
*
* \return Boolean true if the device is ready for data, false otherwise
*/