X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec88f2673eca058368a71544feb4d5d0a4d7dc98..3eebc3b5c61e849fe77b69ccce662a485aeb248d:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 8aeb6e1b9d..bb6958f951 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -659,10 +659,12 @@ INPUT = doxygen/index.doc \ doxygen/outcomes_logs.doc \ doxygen/outcomes_vizu.doc \ doxygen/outcomes_MC.doc \ - doxygen/tutorial.doc \ + doxygen/tutorial_msg.doc \ + doxygen/tutorial_smpi.doc \ doxygen/examples.doc \ doxygen/howtos.doc \ doxygen/uhood.doc \ + doxygen/uhood_arch.doc \ doxygen/uhood_switch.doc \ doxygen/inside.doc \ doxygen/inside_doxygen.doc \ @@ -687,6 +689,7 @@ INPUT = doxygen/index.doc \ @CMAKE_HOME_DIRECTORY@/include/simgrid \ @CMAKE_HOME_DIRECTORY@/include/simgrid/s4u \ @CMAKE_HOME_DIRECTORY@/src/include/surf \ + @CMAKE_HOME_DIRECTORY@/src/include/xbt \ @CMAKE_HOME_DIRECTORY@/src/msg/ \ @CMAKE_HOME_DIRECTORY@/src/kernel/ \ @CMAKE_HOME_DIRECTORY@/src/kernel/activity/ \ @@ -735,13 +738,13 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded # from the input. -EXCLUDE_SYMLINKS = NO +EXCLUDE_SYMLINKS = YES # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude @@ -767,6 +770,7 @@ EXAMPLE_PATH = ./ \ @CMAKE_HOME_DIRECTORY@/src/surf/ \ @CMAKE_HOME_DIRECTORY@/src/surf/xml/ \ @CMAKE_HOME_DIRECTORY@/src/xbt/ \ + @CMAKE_HOME_DIRECTORY@/include \ @CMAKE_HOME_DIRECTORY@/examples \ @CMAKE_HOME_DIRECTORY@/doc/example_lists @@ -847,7 +851,7 @@ INLINE_SOURCES = NO # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. -STRIP_CODE_COMMENTS = YES +STRIP_CODE_COMMENTS = NO # If the REFERENCED_BY_RELATION tag is set to YES # then for each documented function all documented @@ -867,7 +871,7 @@ REFERENCES_RELATION = NO # link to the source code. # Otherwise they will link to the documentation. -REFERENCES_LINK_SOURCE = YES +REFERENCES_LINK_SOURCE = NO # If the USE_HTAGS tag is set to YES then the references to source code # will point to the HTML generated by the htags(1) tool instead of doxygen