diff --git a/doc/doxygen.warnings.report.sh b/doc/doxygen.warnings.report.sh index 2ef945938..411bdad1a 100755 --- a/doc/doxygen.warnings.report.sh +++ b/doc/doxygen.warnings.report.sh @@ -211,12 +211,11 @@ undocmods=$( \ filter_log | \ cut -d ':' -f 1 | \ sed "s|$ROOT/||g" | \ - cut -d '/' -f 2-4 | \ + cut -d '/' -f 1-3 | \ sort | \ uniq -c | \ sort -nr \ ) - # Number of directories modcount=$( \