X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1290a5bf942b9018ab6e3e626655e55abeb36142..8b376fd3c79ae939f2457e6d39db69a74374f682:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 83195ba34b..05b659a665 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -658,8 +658,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = index.doc \ - FAQ.doc +INPUT = index.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 @@ -720,7 +719,6 @@ EXCLUDE_SYMBOLS = # the \include command). EXAMPLE_PATH = ./ \ - @top_srcdir@/doc/gtut-files \ @top_srcdir@/src/surf/ \ @top_srcdir@/src/xbt/ \ @top_srcdir@/examples \ @@ -1557,7 +1555,9 @@ 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 = shared/doxygen/simgridrefguide.tag=ref_guide/html/ shared/doxygen/simgriduserguide.tag=user_guide/html/ +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.