Fix typo in lwip.Doxyfile

This commit is contained in:
Dirk Ziegelmeier 2016-07-30 11:08:05 +02:00
parent 2c2d11fa4d
commit 6cc7f38c99
2 changed files with 30 additions and 1 deletions

29
doc/doxygen/doxygenopts.h Normal file
View File

@ -0,0 +1,29 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: doxygenopts.h
* Author: dziegel
*
* Created on July 30, 2016, 11:06 AM
*/
#ifndef DOXYGENOPTS_H
#define DOXYGENOPTS_H
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif /* DOXYGENOPTS_H */

View File

@ -2098,7 +2098,7 @@ PREDEFINED = __DOXYGEN__=1 \
LWIP_STATS=1 \ LWIP_STATS=1 \
MEM_USE_POOLS=0 \ MEM_USE_POOLS=0 \
LWIP_DNS=1 \ LWIP_DNS=1 \
LWIP_SOCKETS=1 \ LWIP_SOCKET=1 \
LWIP_NETCONN=1 \ LWIP_NETCONN=1 \
IP_SOF_BROADCAST=1 \ IP_SOF_BROADCAST=1 \
IP_SOF_BROADCAST_RECV=1 \ IP_SOF_BROADCAST_RECV=1 \