소스 검색

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

Nathalie Furmento 14 년 전
부모
커밋
1f1b7ec8d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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