From 6cc7f38c99e0a58e1e34c8b9962911c5f4360c19 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sat, 30 Jul 2016 11:08:05 +0200 Subject: [PATCH] Fix typo in lwip.Doxyfile --- doc/doxygen/doxygenopts.h | 29 +++++++++++++++++++++++++++++ doc/doxygen/lwip.Doxyfile | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 doc/doxygen/doxygenopts.h diff --git a/doc/doxygen/doxygenopts.h b/doc/doxygen/doxygenopts.h new file mode 100644 index 00000000..f2a19094 --- /dev/null +++ b/doc/doxygen/doxygenopts.h @@ -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 */ + diff --git a/doc/doxygen/lwip.Doxyfile b/doc/doxygen/lwip.Doxyfile index dd5f828c..e5a84065 100644 --- a/doc/doxygen/lwip.Doxyfile +++ b/doc/doxygen/lwip.Doxyfile @@ -2098,7 +2098,7 @@ PREDEFINED = __DOXYGEN__=1 \ LWIP_STATS=1 \ MEM_USE_POOLS=0 \ LWIP_DNS=1 \ - LWIP_SOCKETS=1 \ + LWIP_SOCKET=1 \ LWIP_NETCONN=1 \ IP_SOF_BROADCAST=1 \ IP_SOF_BROADCAST_RECV=1 \