Explorar o código

tools/dev/functions_undocumented.sh: update location of texi files

Nathalie Furmento %!s(int64=14) %!d(string=hai) anos
pai
achega
1f1b7ec8d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/dev/functions_undocumented.sh

+ 1 - 1
tools/dev/functions_undocumented.sh

@@ -7,7 +7,7 @@ functions=$(grep 'starpu.*(.*);' include/*.h | awk -F':' '{print $2}' | sed 's/(
 
 for func in $functions ; do
     #echo Processing function $func
-    x=$(grep $func doc/starpu.texi | grep deftypefun)
+    x=$(grep $func doc/starpu.texi doc/chapters/*texi | grep deftypefun)
     if test "$x" == "" ; then
         echo "Error. Function ${redcolor}${func}${stcolor} is not (or incorrectly) documented"
     fi