mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc: Only strip core, drivers, and sys include path prefixes
fixes tons of false warnings on cpu_conf.h headers in cpu /tmp/RIOT/cpu/atmega1281/include/cpu_conf.h:12: warning: the name `/tmp/RIOT/cpu/atmega1281/include/cpu_conf.h' supplied as the second argument in the \file statement matches the following input files: /tmp/RIOT/cpu/atmega1281/include/cpu_conf.h Please use a more specific name by including a (larger) part of the path!
This commit is contained in:
parent
1730b883ef
commit
a3aa865541
@ -1,7 +1,7 @@
|
||||
RIOTBASE=$(shell git rev-parse --show-toplevel)
|
||||
# Generate list of quoted absolute include paths. Evaluated in riot.doxyfile.
|
||||
export STRIP_FROM_INC_PATH_LIST=$(shell \
|
||||
git ls-tree -dr --full-tree --name-only HEAD |\
|
||||
git ls-tree -dr --full-tree --name-only HEAD core drivers sys |\
|
||||
grep '/include$$' |\
|
||||
sed 's/.*/\"$(subst /,\/,${RIOTBASE})\/\0\"/')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user