X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8154e51872159461bbf444336dfb346665f86251..0213e3927d6ac21f3089d8a2d60f3603c8cbac43:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 9fc2ce612e..c1dd9e6f7f 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -617,9 +617,9 @@ INPUT = index.doc \ installSimgrid.doc \ bindings.doc \ options.doc \ + tracing.doc \ use.doc \ - gtnets.doc \ - ns3.doc \ + pls.doc \ ./index-API.doc \ modules.doc \ module-xbt.doc \ @@ -1224,7 +1224,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 @@ -1282,13 +1282,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