|
@@ -28,7 +28,7 @@ for docfile in os.listdir('doc/chapters'):
|
|
|
loadFunctionsAndDatatypes(functions, datatypes, "doc/chapters/"+docfile)
|
|
|
|
|
|
for function in functions:
|
|
|
- x = os.system("fgrep -l \"" + function[0] + ";\" include/*.h mpi/*.h starpufft/*h >foo")
|
|
|
+ x = os.system("fgrep -l \"" + function[0] + "\" include/*.h mpi/*.h starpufft/*h >foo")
|
|
|
if x != 0:
|
|
|
print "Function <" + bcolors.FAILURE + function[0] + bcolors.NORMAL + " > documented in <" + function[1] + "> does not exist in StarPU's API"
|
|
|
|