File tree Expand file tree Collapse file tree 3 files changed +8703
-12729
lines changed
Expand file tree Collapse file tree 3 files changed +8703
-12729
lines changed Original file line number Diff line number Diff line change 1212# shellcheck disable=SC2164
1313SCRIPTDIR=" $( cd " $( dirname " $0 " ) " ; pwd) "
1414RIOTBASE=" $( cd " ${SCRIPTDIR} " /../../..; pwd) "
15+ EXCLUDE_SIMPLE_FILE=" ${SCRIPTDIR} /exclude_simple"
1516EXCLUDE_PATTERN_FILE=" ${SCRIPTDIR} /exclude_patterns"
1617GENERIC_EXCLUDE_PATTERN_FILE=" ${SCRIPTDIR} /generic_exclude_patterns"
1718
3233 CWARN=
3334 CRESET=
3435fi
35-
36- DOXY_OUTPUT=$( make -C " ${RIOTBASE } " doc 2>&1 | grep -Evf " ${EXCLUDE_PATTERN_FILE} " -f " ${GENERIC_EXCLUDE_PATTERN_FILE} " )
36+ DOXY_OUTPUT= $( make -C " ${RIOTBASE} " doc 2>&1 | grep -Fvf " ${EXCLUDE_SIMPLE_FILE} " )
37+ DOXY_OUTPUT=$( echo " ${DOXY_OUTPUT } " | grep -Evf " ${EXCLUDE_PATTERN_FILE} " | grep -Evf " ${GENERIC_EXCLUDE_PATTERN_FILE} " )
3738DOXY_ERRCODE=$?
3839RESULT=0
3940
You can’t perform that action at this time.
0 commit comments