X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c7b463c9c17665403d001fc59cb649551e93d950..2cc294d3e6a633bd4a76a41ce98f053290b41623:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index cab5267a15..6c231fd5dd 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -658,7 +658,8 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = index.doc +INPUT = index.doc \ + FAQ.doc # 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 @@ -1556,12 +1557,14 @@ SKIP_FUNCTION_MACROS = YES # NOT include the path). If a tag file is not located in the directory in which # doxygen is run, you must also specify the path to the tagfile here. -TAGFILES = +TAGFILES = shared/doxygen/simgridrefguide.tag=ref_guide/html/ \ + shared/doxygen/simgriduserguide.tag=user_guide/html/ \ + shared/doxygen/simgriddevguide.tag=dev_guide/html/ # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = simgrid.tag +GENERATE_TAGFILE = simgrid.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes