X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c13871d73e933c1847faf8debea7b7745a3ff44..d356b692a6a8031a987fbff621e90b372c805e89:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index f6d0b20457..4b9d2125e2 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -196,7 +196,7 @@ TAB_SIZE = 8 # will result in a user-defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. -ALIASES = +ALIASES = SimGridRelease="SimGrid-@release_version@" # This tag can be used to specify a number of word-keyword mappings (TCL only). # A mapping has the form "name=value". For example adding @@ -685,6 +685,7 @@ INPUT = doxygen/index.doc \ doxygen/module-sd.doc \ doxygen/module-surf.doc \ doxygen/module-simix.doc \ + doxygen/module-smpi.doc \ doxygen/module-trace.doc \ index-API.doc \ @top_srcdir@/doc/doxygen/logcategories.doc \ @@ -708,7 +709,6 @@ INPUT = doxygen/index.doc \ INPUT += @top_srcdir@/examples/msg/sendrecv/sendrecv.c \ @top_srcdir@/examples/msg/masterslave/masterslave_forwarder.c \ - @top_srcdir@/examples/msg/masterslave/masterslave_console.c \ @top_srcdir@/examples/msg/migration \ @top_srcdir@/examples/msg/suspend \ @top_srcdir@/examples/msg/properties \