X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/72a65816fe8cd9943700afe186b186be9a07ab82..e9f0018b823e34405847177b25a85d3facc30ae1:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 45dafd549a..50c7f22ac2 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -644,9 +644,10 @@ WARN_LOGFILE = INPUT = doxygen/index.doc \ doxygen/getting_started.doc \ + doxygen/getting_started_index.doc \ doxygen/introduction.doc \ doxygen/install.doc \ - doxygen/use.doc \ + doxygen/examples.doc \ doxygen/platform.doc \ doxygen/deployment.doc \ doxygen/options.doc \ @@ -711,7 +712,6 @@ INPUT += @top_srcdir@/examples/msg/sendrecv/sendrecv.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 \ @@ -780,7 +780,8 @@ EXCLUDE_SYMBOLS = EXAMPLE_PATH = ./ \ @top_srcdir@/src/surf/ \ @top_srcdir@/src/xbt/ \ - @top_srcdir@/examples + @top_srcdir@/examples \ + @top_srcdir@/doc/example_lists # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -1248,7 +1249,7 @@ USE_MATHJAX = YES # However, it is strongly recommended to install a local # copy of MathJax from http://www.mathjax.org before deployment. -MATHJAX_RELPATH = http://www.mathjax.org/mathjax +MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension # names that should be enabled during MathJax rendering.