X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5db520d83cf2b68f786439ff7ff3e30dbb40e789..85897b1307bb68f05f31385803f1b3a5b806a73f:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index ba77b1a118..89bd3c01e4 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -459,6 +459,7 @@ EXCLUDE_PATTERNS = EXAMPLE_PATH = ./ \ @top_srcdir@/src/surf/ \ + @top_srcdir@/src/xbt/ \ @top_srcdir@/examples \ @top_srcdir@/testsuite @@ -650,7 +651,7 @@ TOC_EXPAND = YES # 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. @@ -945,7 +946,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.