From 6ec1de6783430e6a0061d7b146fc5bcb52917ba2 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Tue, 10 Jan 2017 20:14:00 +0100 Subject: [PATCH] doc: fix doxygen groups for PPP --- sys/include/net/ppp/hdr.h | 4 ++-- sys/include/net/ppptype.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/include/net/ppp/hdr.h b/sys/include/net/ppp/hdr.h index 0f1a84a96e..4e22e0c157 100644 --- a/sys/include/net/ppp/hdr.h +++ b/sys/include/net/ppp/hdr.h @@ -7,8 +7,8 @@ */ /** - * @defgroup net_ppp Header - * @ingroup net_ppp_hdr + * @defgroup net_ppphdr Point-to-Point Protocol Header + * @ingroup net_ppp * @brief PPP header abstraction type and helper functions * @{ * diff --git a/sys/include/net/ppptype.h b/sys/include/net/ppptype.h index 243de220b2..c2d14085a1 100644 --- a/sys/include/net/ppptype.h +++ b/sys/include/net/ppptype.h @@ -7,7 +7,7 @@ */ /** - * @defgroup net_ppptypes PPP types + * @defgroup net_ppp Point-to-Point Protocol (PPP) Data Link Layer * @ingroup net * @brief PPP types