Explorar o código

doc/doxygen: fix file name

Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
88287acf7f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      doc/doxygen/doxygen_filter_sh.in

+ 1 - 0
doc/doxygen/doxygen_filter_sh.in

@@ -3,6 +3,7 @@
 if [ "$(basename $1)" == "starpufft.h" ] ; then
     gcc -E $1 -I @top_srcdir@/include/ -I @top_builddir@/include/ |grep starpufft
 else
+    SUFFIX_C=$(basename $1 .c)
     sed -e 's/STARPU_DEPRECATED//' $1
 fi