1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

doc: fix doxygen groups for PPP

This commit is contained in:
Oleg Hahm 2017-01-10 20:14:00 +01:00
parent a8297595e6
commit 6ec1de6783
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@
*/ */
/** /**
* @defgroup net_ppp Header * @defgroup net_ppphdr Point-to-Point Protocol Header
* @ingroup net_ppp_hdr * @ingroup net_ppp
* @brief PPP header abstraction type and helper functions * @brief PPP header abstraction type and helper functions
* @{ * @{
* *

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @defgroup net_ppptypes PPP types * @defgroup net_ppp Point-to-Point Protocol (PPP) Data Link Layer
* @ingroup net * @ingroup net
* @brief PPP types * @brief PPP types