Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add name of failing function in error message.
[simgrid.git] / doc / Doxyfile.in
index 27638578ffdef7e36ba698f521b752aa74fb98f8..104b4ee2dcbb9e14874aefe0a0ebd09b8a99ecb7 100644 (file)
@@ -690,6 +690,7 @@ INPUT                  = doxygen/index.doc \
                            index-API.doc \
                          @top_srcdir@/doc/doxygen/logcategories.doc \
                          @top_srcdir@/src/instr/ \
+                         @bindir@/include \
                          @top_srcdir@/include/ \
                          @top_srcdir@/include/msg \
                          @top_srcdir@/include/xbt \
@@ -700,7 +701,8 @@ INPUT                  = doxygen/index.doc \
                          @top_srcdir@/src/surf/ \
                          @top_srcdir@/src/msg/ \
                          @top_srcdir@/src/simdag \
-                         @top_srcdir@/src/simix
+                         @top_srcdir@/src/simix \
+                         @bindir@/src
 
 
 ###################################################