Fix a few doxygen warnings

This commit is contained in:
Dirk Ziegelmeier
2016-05-24 22:29:18 +02:00
parent a364427ae5
commit 6be7e221a5
4 changed files with 10 additions and 10 deletions

View File

@@ -91,8 +91,8 @@
/** Default for DHCP_GLOBAL_XID is 0xABCD0000
* This can be changed by defining DHCP_GLOBAL_XID and DHCP_GLOBAL_XID_HEADER, e.g.
* #define DHCP_GLOBAL_XID_HEADER "stdlib.h"
* #define DHCP_GLOBAL_XID rand()
* \#define DHCP_GLOBAL_XID_HEADER "stdlib.h"
* \#define DHCP_GLOBAL_XID rand()
*/
#ifdef DHCP_GLOBAL_XID_HEADER
#include DHCP_GLOBAL_XID_HEADER /* include optional starting XID generation prototypes */