X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/24e61efe45a934cfb33e730f1b696179953449c5..d809b28aed8516d8e281c908502638df19e784dd:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index bb6958f951..9a93fc7dcd 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -659,7 +659,7 @@ INPUT = doxygen/index.doc \ doxygen/outcomes_logs.doc \ doxygen/outcomes_vizu.doc \ doxygen/outcomes_MC.doc \ - doxygen/tutorial_msg.doc \ + tuto-msg/tuto-msg.doc \ doxygen/tutorial_smpi.doc \ doxygen/examples.doc \ doxygen/howtos.doc \ @@ -772,7 +772,8 @@ EXAMPLE_PATH = ./ \ @CMAKE_HOME_DIRECTORY@/src/xbt/ \ @CMAKE_HOME_DIRECTORY@/include \ @CMAKE_HOME_DIRECTORY@/examples \ - @CMAKE_HOME_DIRECTORY@/doc/example_lists + @CMAKE_HOME_DIRECTORY@/doc/example_lists \ + @CMAKE_HOME_DIRECTORY@/doc/tuto-msg # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -1452,11 +1453,10 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = XBT_PUBLIC(type)="extern type" \ - XBT_EXPORT_NO_IMPORT(type)=type \ - XBT_IMPORT_NO_EXPORT(type)=type \ - XBT_PUBLIC_DATA(type)="extern type" \ - XBT_PUBLIC_CLASS=class \ +PREDEFINED = XBT_PUBLIC= \ + XBT_EXPORT_NO_IMPORT= \ + XBT_IMPORT_NO_EXPORT= \ + XBT_PUBLIC_DATA=extern \ XBT_INLINE= \ XBT_PRIVATE=