1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

Merge pull request #6318 from OlegHahm/doc_ppp_fix

doc: fix doxygen groups for PPP
This commit is contained in:
Martine Lenders 2017-01-11 10:40:06 +01:00 committed by GitHub
commit 375c1c85c1
2 changed files with 3 additions and 3 deletions

View File

@ -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
* @{
*

View File

@ -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