diff --git a/makefiles/pseudomodules.inc.mk b/makefiles/pseudomodules.inc.mk index c2b174c38c..8bc64cb2b9 100644 --- a/makefiles/pseudomodules.inc.mk +++ b/makefiles/pseudomodules.inc.mk @@ -148,17 +148,79 @@ PSEUDOMODULES += gnrc_netif_single PSEUDOMODULES += gnrc_netif_cmd_lora ## @} PSEUDOMODULES += gnrc_netif_dedup + + +## @addtogroup net_gnrc_nettype +## @{ + +## @defgroup net_gnrc_nettype_ccn gnrc_nettype_ccn +## @{ +## Enables @ref GNRC_NETTYPE_CCN and @ref GNRC_NETTYPE_CCN_CHUNK PSEUDOMODULES += gnrc_nettype_ccn +## @} + +## @defgroup net_gnrc_nettype_gomac gnrc_nettype_gomac +## @{ +## Enables @ref GNRC_NETTYPE_GOMACH PSEUDOMODULES += gnrc_nettype_gomach +## @} + +## @defgroup net_gnrc_nettype_icmpv6 gnrc_nettype_icmpv6 +## Enables @ref GNRC_NETTYPE_ICMPV6. +## @{ PSEUDOMODULES += gnrc_nettype_icmpv6 +## @} + +## @defgroup net_gnrc_nettype_ipv6 gnrc_nettype_ipv6 +## Enables @ref GNRC_NETTYPE_IPV6. +## @{ PSEUDOMODULES += gnrc_nettype_ipv6 +## @} + +## @defgroup net_gnrc_nettype_ipv6_ext gnrc_nettype_ipv6_ext +## @{ +## Enables @ref GNRC_NETTYPE_IPV6_EXT. PSEUDOMODULES += gnrc_nettype_ipv6_ext +## @} + +## @defgroup net_gnrc_nettype_lorawan gnrc_nettype_lorawan +## Enables @ref GNRC_NETTYPE_LORAWAN +## @{ PSEUDOMODULES += gnrc_nettype_lorawan +## @} + +## @defgroup net_gnrc_nettype_lwmac gnrc_nettype_lwmac +## Enables @ref GNRC_NETTYPE_LWMAC +## @{ PSEUDOMODULES += gnrc_nettype_lwmac +## @} + +## @defgroup net_gnrc_nettype_ndn gnrc_nettype_ndn +## Enables @ref GNRC_NETTYPE_NDN +## @{ PSEUDOMODULES += gnrc_nettype_ndn +## @} + +## @defgroup net_gnrc_nettype_sixlowpan gnrc_nettype_sixlowpan +## Enables @ref GNRC_NETTYPE_SIXLOWPAN +## @{ PSEUDOMODULES += gnrc_nettype_sixlowpan +## @} + +## @defgroup net_gnrc_nettype_tcp gnrc_nettype_tcp +## Enables @ref GNRC_NETTYPE_TCP +## @{ PSEUDOMODULES += gnrc_nettype_tcp +## @} + +## @defgroup net_gnrc_nettype_udp gnrc_nettype_udp +## Enables @ref GNRC_NETTYPE_UDP +## @{ PSEUDOMODULES += gnrc_nettype_udp +## @} +## @} + + PSEUDOMODULES += gnrc_sixloenc PSEUDOMODULES += gnrc_sixlowpan_border_router_default PSEUDOMODULES += gnrc_sixlowpan_default diff --git a/sys/include/net/gnrc/nettype.h b/sys/include/net/gnrc/nettype.h index e6339cfb64..3584ca4cd4 100644 --- a/sys/include/net/gnrc/nettype.h +++ b/sys/include/net/gnrc/nettype.h @@ -7,7 +7,7 @@ */ /** - * @defgroup net_gnrc_nettype Protocol type + * @defgroup net_gnrc_nettype gnrc_nettype: Protocol type * @ingroup net_gnrc * @brief Protocol type definitions and helper functions *