Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
include the full Java API doc in sphinx
[simgrid.git] / docs / source / Doxyfile
index 6f03606..664bf64 100644 (file)
@@ -1,7 +1,8 @@
 # What to read
-INPUT                  = ../../include/simgrid/forward.h 
-INPUT                 += ../../include/simgrid/s4u 
-INPUT                 += ../../include/simgrid/xbt
+INPUT                  = ../../include/simgrid/forward.h
+INPUT                 += ../../include/simgrid/s4u
+INPUT                 += ../../include/simgrid/msg.h
+INPUT                 += ../../src/msg/
 RECURSIVE              = YES
 
 # What to produce
@@ -22,7 +23,7 @@ ALIASES               += "endrst=\endverbatim"
 ENABLE_PREPROCESSING   = YES
 MACRO_EXPANSION        = YES
 EXPAND_ONLY_PREDEF     = NO
-SKIP_FUNCTION_MACROS   = NO                        
+SKIP_FUNCTION_MACROS   = NO
 
 PREDEFINED             += \
     __cplusplus \