Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace non-breaking spaces.
[simgrid.git] / docs / source / Doxyfile
index 79fd2db..44b2cb5 100644 (file)
@@ -2,9 +2,24 @@
 INPUT                  = ../../include/simgrid/forward.h
 INPUT                 += ../../include/simgrid/s4u
 INPUT                 += ../../include/simgrid/msg.h
+INPUT                 += ../../include/simgrid/actor.h
+INPUT                 += ../../include/simgrid/barrier.h
+INPUT                 += ../../include/simgrid/cond.h
+INPUT                 += ../../include/simgrid/engine.h
+INPUT                 += ../../include/simgrid/host.h
+#INPUT                 += ../../include/simgrid/instr.h
+INPUT                 += ../../include/simgrid/link.h
+INPUT                 += ../../include/simgrid/mailbox.h
+INPUT                 += ../../include/simgrid/mutex.h
+INPUT                 += ../../include/simgrid/semaphore.h
+INPUT                 += ../../include/simgrid/vm.h
+INPUT                 += ../../include/simgrid/zone.h
 INPUT                 += ../../src/msg/
+INPUT                 += ../../src/plugins/
 RECURSIVE              = YES
 
+EXAMPLE_PATH           = ../../examples
+
 # What to produce
 OUTPUT_DIRECTORY       = ../build/
 GENERATE_XML           = YES
@@ -16,7 +31,7 @@ XML_PROGRAMLISTING     = NO # No program listings, please
 CREATE_SUBDIRS         = NO # Mandatory for exhale
 
 # Allow for rst directives and advanced functions e.g. grid tables
-ALIASES                = "rst=\verbatim embed:rst:leading-asterisk"
+ALIASES                = "beginrst=\verbatim "
 ALIASES               += "endrst=\endverbatim"
 
 # Enable preprocessing and related preprocessor necessities
@@ -28,6 +43,8 @@ SKIP_FUNCTION_MACROS   = NO
 PREDEFINED             += \
     __cplusplus \
     DOXYGEN \
+    SG_BEGIN_DECL= \
+    SG_END_DECL= \
     XBT_PUBLIC= \
     XBT_EXPORT_NO_IMPORT= \
     XBT_IMPORT_NO_EXPORT= \
@@ -38,6 +55,5 @@ PREDEFINED             += \
     XBT_PRIVATE= \
     XBT_ATTRIB_NORETURN= \
     XBT_ATTRIB_UNUSED= \
-    XBT_ATTRIB_DEPRECATED_v323(m)= \
-    XBT_ATTRIB_DEPRECATED_v324(m)= \
-    XBT_ATTRIB_DEPRECATED_v325(m)=
+    XBT_ATTRIB_DEPRECATED_v328(m)= \
+    XBT_ATTRIB_DEPRECATED_v329(m)=