File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ exclude_filter() {
7373
7474# Check groups are correctly defined (e.g. no undefined groups and no group
7575# defined multiple times)
76- ALL_RAW_DEFGROUP=$( git grep -n @defgroup -- ' *.h' ' *.hpp' ' *.txt' ' makefiles/pseudomodules.inc.mk' ' sys/net/gnrc/routing/ipv6_auto_subnets/gnrc_ipv6_auto_subnets.c' | exclude_filter)
77- ALL_RAW_INGROUP=$( git grep -n ' @ingroup' -- ' *.h' ' *.hpp' ' *.txt' ' makefiles/pseudomodules.inc.mk' ' sys/net/gnrc/routing/ipv6_auto_subnets/gnrc_ipv6_auto_subnets.c' | exclude_filter)
76+ ALL_RAW_DEFGROUP=$( git grep -n @defgroup -- ' *.h' ' *.hpp' ' *.txt' ' */doc.md ' ' makefiles/pseudomodules.inc.mk' ' sys/net/gnrc/routing/ipv6_auto_subnets/gnrc_ipv6_auto_subnets.c' | exclude_filter)
77+ ALL_RAW_INGROUP=$( git grep -n ' @ingroup' -- ' *.h' ' *.hpp' ' *.txt' ' */doc.md ' ' makefiles/pseudomodules.inc.mk' ' sys/net/gnrc/routing/ipv6_auto_subnets/gnrc_ipv6_auto_subnets.c' | exclude_filter)
7878DEFINED_GROUPS=$( echo " ${ALL_RAW_DEFGROUP} " | \
7979 grep -oE ' @defgroup[ ]+[^ ]+' | \
8080 grep -oE ' [^ ]+$' | \
You can’t perform that action at this time.
0 commit comments