Skip to content

Commit f3117e3

Browse files
committed
dist/doccheck: include doc.md for defgoup check
1 parent fff66e3 commit f3117e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/tools/doccheck/check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
7878
DEFINED_GROUPS=$(echo "${ALL_RAW_DEFGROUP}" | \
7979
grep -oE '@defgroup[ ]+[^ ]+' | \
8080
grep -oE '[^ ]+$' | \

0 commit comments

Comments
 (0)