mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doccheck: make the file pattern more match riot.doxyfile
This commit is contained in:
parent
e1ef2a0635
commit
6f179214e6
4
dist/tools/doccheck/check.sh
vendored
4
dist/tools/doccheck/check.sh
vendored
@ -66,8 +66,8 @@ exclude_filter() {
|
||||
|
||||
# Check groups are correctly defined (e.g. no undefined groups and no group
|
||||
# defined multiple times)
|
||||
ALL_RAW_DEFGROUP=$(git grep -n @defgroup -- '*.h' '*.c' '*.txt' | exclude_filter)
|
||||
ALL_RAW_INGROUP=$(git grep -n '@ingroup' -- '*.h' '*.c' '*.txt' | exclude_filter)
|
||||
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)
|
||||
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)
|
||||
DEFINED_GROUPS=$(echo "${ALL_RAW_DEFGROUP}" | \
|
||||
grep -oE '@defgroup[ ]+[^ ]+' | \
|
||||
grep -oE '[^ ]+$' | \
|
||||
|
Loading…
Reference in New Issue
Block a user