浏览代码

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

Nathalie Furmento 13 年之前
父节点
当前提交
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