mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-12 22:14:25 +00:00
One enum icmp_te_type member is not in doxygen docs - fix it.
This commit is contained in:
parent
2980f7cc58
commit
927990d94e
@ -69,7 +69,7 @@ enum icmp_dur_type {
|
|||||||
|
|
||||||
/** ICMP time exceeded codes */
|
/** ICMP time exceeded codes */
|
||||||
enum icmp_te_type {
|
enum icmp_te_type {
|
||||||
/* time to live exceeded in transit */
|
/** time to live exceeded in transit */
|
||||||
ICMP_TE_TTL = 0,
|
ICMP_TE_TTL = 0,
|
||||||
/** fragment reassembly time exceeded */
|
/** fragment reassembly time exceeded */
|
||||||
ICMP_TE_FRAG = 1
|
ICMP_TE_FRAG = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user