X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8154e51872159461bbf444336dfb346665f86251..cac8d8d7625ed02e5112d2305c1f04a125682686:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 9fc2ce612e..a99a99bc09 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -614,12 +614,13 @@ WARN_LOGFILE = # with spaces. INPUT = index.doc \ - installSimgrid.doc \ + FAQ.doc \ + install.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 +1225,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 +1283,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