Minor documentation improvements.
This commit is contained in:
parent
88bcc6fde5
commit
03cdb09071
65 changed files with 126 additions and 126 deletions
|
@ -72,7 +72,7 @@ uint8_t DHCPCommon_SetOption(uint8_t* DHCPOptionList,
|
|||
* \param[in] Option DHCP option to retrieve to the list
|
||||
* \param[out] Destination Buffer where the option's data is to be written to if found
|
||||
*
|
||||
* \return Boolean true if the option was found in the DHCP packet's options list, false otherwise
|
||||
* \return Boolean \c true if the option was found in the DHCP packet's options list, \c false otherwise
|
||||
*/
|
||||
bool DHCPCommon_GetOption(const uint8_t* DHCPOptionList,
|
||||
const uint8_t Option,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue