Browse Source

doc/doxygen: fix file name

Nathalie Furmento 12 years ago
parent
commit
88287acf7f
1 changed files with 1 additions and 0 deletions
  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
 if [ "$(basename $1)" == "starpufft.h" ] ; then
     gcc -E $1 -I @top_srcdir@/include/ -I @top_builddir@/include/ |grep starpufft
     gcc -E $1 -I @top_srcdir@/include/ -I @top_builddir@/include/ |grep starpufft
 else
 else
+    SUFFIX_C=$(basename $1 .c)
     sed -e 's/STARPU_DEPRECATED//' $1
     sed -e 's/STARPU_DEPRECATED//' $1
 fi
 fi