Browse Source

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

Nathalie Furmento 4 years ago
parent
commit
d7b308d71c
1 changed files with 1 additions and 1 deletions
  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 \