X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2cc20f1526f80e1c731e986a50c5b77fa7e223d8..68997e84e1199cbf17e3e3595022420af7cafb92:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 980ef7646d..30e9c7e43a 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -40,7 +40,7 @@ PROJECT_NUMBER = @release_version@ # for a project that appears at the top of each page and should give viewer # a quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Scalable simulation of distributed systems" +PROJECT_BRIEF = "Scalable simulation of distributed systems" # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not @@ -614,17 +614,13 @@ WARN_LOGFILE = # with spaces. INPUT = index.doc \ - installSimgrid.doc \ - bindings.doc \ FAQ.doc \ + install.doc \ + bindings.doc \ options.doc \ + tracing.doc \ use.doc \ - gtnets.doc \ - ns3.doc \ - contrib.doc \ - publis.doc \ - people.doc \ - history.doc \ + pls.doc \ ./index-API.doc \ modules.doc \ module-xbt.doc \ @@ -661,13 +657,13 @@ INPUT = index.doc \ @top_srcdir@/include/gras \ @top_srcdir@/include/amok \ @top_srcdir@/include/xbt \ - @top_srcdir@/include/simdag \ + @top_srcdir@/include/simdag \ @top_srcdir@/src/include/surf \ @top_srcdir@/src/xbt/ \ + @top_srcdir@/src/xbt/datadesc \ @top_srcdir@/src/surf/ \ @top_srcdir@/src/msg/ \ @top_srcdir@/src/gras \ - @top_srcdir@/src/gras/DataDesc \ @top_srcdir@/src/gras/Msg \ @top_srcdir@/src/gras/Transport \ @top_srcdir@/src/gras/Virtu \ @@ -676,6 +672,38 @@ INPUT = index.doc \ @top_srcdir@/src/amok/PeerManagement \ @top_srcdir@/src/simdag +################################################### +## PLEASE DON'T MESS WITH THE ORDER OF EXAMPLES ## (unless you know what you are doing, of course) +################################################### + +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 \ + @top_srcdir@/examples/msg/parallel_task \ + @top_srcdir@/examples/msg/priority \ + @top_srcdir@/examples/msg/icomms/peer.c \ + @top_srcdir@/examples/msg/icomms/peer2.c \ + @top_srcdir@/examples/msg/icomms/peer3.c \ + @top_srcdir@/examples/msg/tracing/simple.c \ + @top_srcdir@/examples/msg/tracing/ms.c \ + @top_srcdir@/examples/msg/tracing/categories.c \ + @top_srcdir@/examples/msg/tracing/procmig.c \ + @top_srcdir@/examples/msg/tracing/trace_platform.c \ + @top_srcdir@/examples/msg/tracing/user_variables.c \ + @top_srcdir@/examples/msg/tracing/link_user_variables.c \ + @top_srcdir@/examples/msg/tracing/link_srcdst_user_variables.c \ + @top_srcdir@/examples/msg/ns3 \ + @top_srcdir@/examples/msg/gtnets \ + @top_srcdir@/examples/msg/io \ + @top_srcdir@/examples/msg/gpu \ + @top_srcdir@/examples/msg/actions \ + @top_srcdir@/examples/msg/token_ring \ + @top_srcdir@/examples/msg/pmm \ + @top_srcdir@/examples/msg/chord \ + # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # also the default input encoding. Doxygen uses libiconv (or the iconv built @@ -1229,7 +1257,7 @@ SERVER_BASED_SEARCH = NO # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. -GENERATE_LATEX = NO +GENERATE_LATEX = YES # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be @@ -1287,13 +1315,13 @@ LATEX_HEADER = # contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. -PDF_HYPERLINKS = NO +PDF_HYPERLINKS = YES # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of # plain latex in the generated Makefile. Set this option to YES to get a # higher quality PDF documentation. -USE_PDFLATEX = NO +USE_PDFLATEX = YES # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. # command to the generated LaTeX files. This will instruct LaTeX to keep