From d00609257b6513cb3fc29fa11d1e2a2fc1d26a51 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sun, 31 Jul 2016 15:49:32 +0200 Subject: [PATCH] Fix doxygen warning in netif.h (forgotten title) --- src/include/lwip/netif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/netif.h b/src/include/lwip/netif.h index b7dd6155..8903a563 100644 --- a/src/include/lwip/netif.h +++ b/src/include/lwip/netif.h @@ -74,7 +74,7 @@ extern "C" { #endif /** - * @defgroup netif_flags + * @defgroup netif_flags Flags * @ingroup netif * @{ */