X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22a798094ac42b8b1f8c8c16040d6bd30811f6b4..493afcb23b23c3b781bce78f6b5639b465bcdc60:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 8e239b82a6..cb0c3a5d0b 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -396,19 +396,23 @@ WARN_LOGFILE = INPUT = @srcdir@/index.doc \ @srcdir@/FAQ.doc \ + @srcdir@/contrib.doc \ + @srcdir@/publis.doc \ + ./index-API.doc \ \ @srcdir@/modules.doc \ - @srcdir@/module-gras.doc \ @srcdir@/module-xbt.doc \ @srcdir@/module-msg.doc \ + @srcdir@/module-gras.doc @srcdir@/module-amok.doc \ \ - ./api_index.doc \ ./logcategories.doc \ \ @top_srcdir@/include/ \ @top_srcdir@/include/msg \ @top_srcdir@/include/gras \ + @top_srcdir@/include/amok \ @top_srcdir@/include/xbt \ + @top_srcdir@/src/xbt/ \ @top_srcdir@/src/surf/ \ @top_srcdir@/src/msg/ \ @top_srcdir@/src/gras \ @@ -416,7 +420,9 @@ INPUT = @srcdir@/index.doc \ @top_srcdir@/src/gras/Msg \ @top_srcdir@/src/gras/Transport \ @top_srcdir@/src/gras/Virtu \ - @top_srcdir@/src/xbt/ + @top_srcdir@/src/amok \ + @top_srcdir@/src/amok/Bandwidth \ + @top_srcdir@/src/amok/HostManagement # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -456,6 +462,7 @@ EXCLUDE_PATTERNS = EXAMPLE_PATH = ./ \ @top_srcdir@/src/surf/ \ + @top_srcdir@/src/xbt/ \ @top_srcdir@/examples \ @top_srcdir@/testsuite @@ -641,13 +648,13 @@ BINARY_TOC = NO # The TOC_EXPAND flag can be set to YES to add extra items for group members # to the contents of the HTML help documentation and to the tree view. -TOC_EXPAND = NO +TOC_EXPAND = YES # The DISABLE_INDEX tag can be used to turn on/off the condensed index at # top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. -DISABLE_INDEX = YES +DISABLE_INDEX = NO # This tag can be used to set the number of enum values (range [1..20]) # that doxygen will group on one line in the generated HTML documentation. @@ -942,7 +949,7 @@ INCLUDE_FILE_PATTERNS = # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. -PREDEFINED = +PREDEFINED = DOXYGEN DOXYGEN_SKIP_IT # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. @@ -983,7 +990,7 @@ TAGFILES = # 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 = +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