From 485c94c0a81eca539f3415d559e19570be9a08d3 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 7 Oct 2022 11:54:41 +0200 Subject: [PATCH] pseudomodules: document gnrc_netif_cmd_lora as deprecated --- makefiles/pseudomodules.inc.mk | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/makefiles/pseudomodules.inc.mk b/makefiles/pseudomodules.inc.mk index 12609b5af4d5..1d6c336ef628 100644 --- a/makefiles/pseudomodules.inc.mk +++ b/makefiles/pseudomodules.inc.mk @@ -124,7 +124,14 @@ PSEUDOMODULES += gnrc_netif_6lo PSEUDOMODULES += gnrc_netif_ipv6 PSEUDOMODULES += gnrc_netif_mac PSEUDOMODULES += gnrc_netif_single -PSEUDOMODULES += gnrc_netif_cmd_% +## @defgroup net_gnrc_netif_cmd_lora gnrc_netif_cmd_lora +## @ingroup sys_shell_commands +## @ingroup net_gnrc_netif +## @{ +## @deprecated Use module `shell_cmd_gnrc_netif_lorawan` instead; +## will be removed after 2023.07 release. +PSEUDOMODULES += gnrc_netif_cmd_lora +## @} PSEUDOMODULES += gnrc_netif_dedup PSEUDOMODULES += gnrc_nettype_% PSEUDOMODULES += gnrc_sixloenc