X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18fb7de546b3064c12e51127fa12a060bb342557..8d38503da91e1cc122581ca0d34b5181c78d41bd:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index d00d3f1c86..b399a5c60d 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 @@ -671,11 +671,12 @@ INPUT = doxygen/index.doc \ doxygen/pls.doc \ doxygen/bindings.doc \ doxygen/internals.doc \ + doxygen/inside_doxygen.doc \ doxygen/inside_extending.doc \ doxygen/inside_cmake.doc \ doxygen/inside_autotests.doc \ doxygen/inside_release.doc \ - doxygen/involved.doc \ + doxygen/contributing.doc \ doxygen/tracing.doc \ doxygen/FAQ.doc \ doxygen/modules.doc \ @@ -686,7 +687,7 @@ INPUT = doxygen/index.doc \ doxygen/module-simix.doc \ doxygen/module-trace.doc \ index-API.doc \ - @top_srcdir@/doc/ref_guide/doxygen/logcategories.doc \ + @top_srcdir@/doc/doxygen/logcategories.doc \ @top_srcdir@/src/instr/ \ @top_srcdir@/include/ \ @top_srcdir@/include/msg \ @@ -707,7 +708,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 \