mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
doxygen: dhcp: fix doxygen stumbling over nonexisting define
This commit is contained in:
parent
9672405eb9
commit
657c9735a7
@ -98,7 +98,8 @@
|
||||
* If additional options are requested, define this macro as a comma separated list, with leading comma.
|
||||
* This macro is useful for example when requested vendor specific ids (VCI/VSI options), here is an example
|
||||
* of requesting the VSI option (option 43) (yes, the notation is a bit strange, but it works :)
|
||||
* #define DHCP_ADD_EXTRA_REQUEST_OPTIONS ,43
|
||||
* (NOTE: the space between # and define is required because of doxygen...)
|
||||
* # define DHCP_ADD_EXTRA_REQUEST_OPTIONS ,43
|
||||
*/
|
||||
#ifndef DHCP_ADD_EXTRA_REQUEST_OPTIONS
|
||||
#define DHCP_ADD_EXTRA_REQUEST_OPTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user