Explorar o código

doc/doxygen_dev/doxygen-config.cfg.in: fix location of starpu_config.h file

Nathalie Furmento %!s(int64=4) %!d(string=hai) anos
pai
achega
d7b308d71c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/doxygen_dev/doxygen-config.cfg.in

+ 1 - 1
doc/doxygen_dev/doxygen-config.cfg.in

@@ -18,7 +18,7 @@ INPUT                  = @top_srcdir@/doc/doxygen_dev/chapters         \
                          @top_builddir@/doc/doxygen_dev/config.h \
 			 @top_srcdir@/include/starpu_driver.h \
 			 @top_srcdir@/include/starpu_worker.h \
-			 @top_srcdir@/include/starpu_config.h \
+			 @top_builddir@/doc/doxygen/starpu_config.h \
 			 @top_srcdir@/src/datawizard/data_request.h \
 			 @top_srcdir@/src/datawizard/coherency.h \
 			 @top_srcdir@/src/datawizard/sort_data_handles.h \