mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
gnrc_dhcpv6: improve documentation on modules made explicit
This commit is contained in:
parent
c005566f35
commit
153f42d524
@ -87,9 +87,21 @@ PSEUDOMODULES += gcoap_dns
|
||||
PSEUDOMODULES += gcoap_dns_proxied
|
||||
## @}
|
||||
PSEUDOMODULES += fido2_tests
|
||||
## @addtogroup net_dhcpv6_client
|
||||
## @{
|
||||
## @defgroup net_gnrc_dhcpv6_client gnrc_dhcpv6_client: Basic DHCPv6 client implementation in GNRC
|
||||
## @{
|
||||
PSEUDOMODULES += gnrc_dhcpv6_client
|
||||
## @}
|
||||
## @defgroup net_gnrc_dhcpv6_client_6lbr gnrc_dhcpv6_client_6lbr: Basic client for GNRC 6LoWPAN BRs
|
||||
## @{
|
||||
PSEUDOMODULES += gnrc_dhcpv6_client_6lbr
|
||||
## @}
|
||||
## @addtogroup net_dhcpv6_client_simple_pd
|
||||
## @{
|
||||
PSEUDOMODULES += gnrc_dhcpv6_client_simple_pd
|
||||
## @}
|
||||
## @}
|
||||
PSEUDOMODULES += gnrc_ipv6_auto_subnets_auto_init
|
||||
PSEUDOMODULES += gnrc_ipv6_auto_subnets_simple
|
||||
PSEUDOMODULES += gnrc_ipv6_default
|
||||
|
@ -7,8 +7,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup net_dhcpv6_client_simple_pd DHCPv6 client for simple prefix
|
||||
* delegation
|
||||
* @defgroup net_dhcpv6_client_simple_pd gnrc_dhcpv6_client_simple_pd: DHCPv6 client for
|
||||
* simple prefix delegation
|
||||
* @ingroup net_dhcpv6_client
|
||||
* @brief DHCPv6 client bootstrapping for prefix deligation with routers &
|
||||
* 6LoWPAN border routers
|
||||
|
Loading…
Reference in New Issue
Block a user