X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/937f2eb5b429c3c03fc989a25fbc26fabd0cf529..0f58e6fc160d69d60c42931ac11f0a17f1647e08:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index b5f7607ac5..e95c329653 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -43,7 +43,7 @@ PROJECT_NUMBER = @release_version@ PROJECT_BRIEF = "Versatile Simulation of Distributed Systems" -# With the PROJECT_LOGO tag one can specify an logo or icon that is +# With the PROJECT_LOGO tag one can specify a logo or icon that is # included in the documentation. The maximum height of the logo should not # exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. @@ -660,7 +660,6 @@ INPUT = @CMAKE_HOME_DIRECTORY@/doc/doxygen/index.doc \ @CMAKE_HOME_DIRECTORY@/doc/doxygen/outcomes_logs.doc \ @CMAKE_HOME_DIRECTORY@/doc/doxygen/outcomes_vizu.doc \ @CMAKE_HOME_DIRECTORY@/doc/doxygen/outcomes_MC.doc \ - @CMAKE_HOME_DIRECTORY@/doc/tuto-msg/tuto-msg.doc \ @CMAKE_HOME_DIRECTORY@/doc/doxygen/tutorial_smpi.doc \ @CMAKE_HOME_DIRECTORY@/doc/doxygen/examples.doc \ @CMAKE_HOME_DIRECTORY@/doc/doxygen/howtos.doc \ @@ -687,7 +686,7 @@ INPUT = @CMAKE_HOME_DIRECTORY@/doc/doxygen/index.doc \ @CMAKE_BINARY_DIR@/doc/doxygen/logcategories.doc \ @CMAKE_HOME_DIRECTORY@/include/ \ @CMAKE_HOME_DIRECTORY@/src/plugins/ \ - @CMAKE_HOME_DIRECTORY@/examples/msg/README.doc \ + @CMAKE_HOME_DIRECTORY@/examples/deprecated/msg/README.doc \ @CMAKE_HOME_DIRECTORY@/examples/s4u/README.doc @@ -744,7 +743,7 @@ EXCLUDE_PATTERNS += @CMAKE_HOME_DIRECTORY@/src/xbt/automaton/parserPromela.* EXCLUDE_PATTERNS += @CMAKE_HOME_DIRECTORY@/src/bindings/java/*.cpp @CMAKE_HOME_DIRECTORY@/src/bindings/java/*.h EXCLUDE_PATTERNS += @CMAKE_HOME_DIRECTORY@/src/simix/popping_accessors.hpp \ @CMAKE_HOME_DIRECTORY@/src/simix/popping_bodies.cpp \ - @CMAKE_HOME_DIRECTORY@/src/simix/popping_enum.h \ + @CMAKE_HOME_DIRECTORY@/src/simix/popping_enum.hpp \ @CMAKE_HOME_DIRECTORY@/src/simix/popping_generated.cpp @@ -770,8 +769,7 @@ EXAMPLE_PATH = ./ \ @CMAKE_HOME_DIRECTORY@/src/xbt/ \ @CMAKE_HOME_DIRECTORY@/include \ @CMAKE_HOME_DIRECTORY@/examples \ - @CMAKE_BINARY_DIR@/doc/example_lists \ - @CMAKE_HOME_DIRECTORY@/doc/tuto-msg + @CMAKE_BINARY_DIR@/doc/example_lists # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -930,25 +928,6 @@ HTML_OUTPUT = html HTML_FILE_EXTENSION = .html -# The HTML_HEADER tag can be used to specify a personal HTML header for -# each generated HTML page. If it is left blank doxygen will generate a -# standard header. Note that when using a custom header you are responsible -# for the proper inclusion of any scripts and style sheets that doxygen -# needs, which is dependent on the configuration options used. -# It is advised to generate a default header using "doxygen -w html -# header.html footer.html stylesheet.css YourConfigFile" and then modify -# that header. Note that the header is subject to change so you typically -# have to redo this when upgrading to a newer version of doxygen or when -# changing the value of configuration settings such as GENERATE_TREEVIEW! - -HTML_HEADER = @CMAKE_HOME_DIRECTORY@/doc/doxygen/header.html - -# The HTML_FOOTER tag can be used to specify a personal HTML footer for -# each generated HTML page. If it is left blank doxygen will generate a -# standard footer. - -HTML_FOOTER = @CMAKE_HOME_DIRECTORY@/doc/doxygen/footer.html - # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to # fine-tune the look of the HTML output. If the tag is left blank doxygen @@ -1463,9 +1442,9 @@ PREDEFINED = __cplusplus \ XBT_PRIVATE= \ XBT_ATTRIB_NORETURN= \ XBT_ATTRIB_UNUSED= \ - XBT_ATTRIB_DEPRECATED_v322(m)= \ - XBT_ATTRIB_DEPRECATED_v323(m)= \ - XBT_ATTRIB_DEPRECATED_v324(m)= + XBT_ATTRIB_DEPRECATED_v328(m)= \ + XBT_ATTRIB_DEPRECATED_v329(m)= \ + XBT_ATTRIB_DEPRECATED_v330(m)= # 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. @@ -1530,7 +1509,7 @@ PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will -# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base +# generate an inheritance diagram (in HTML, RTF and LaTeX) for classes with base # or super classes. Setting the tag to NO turns the diagrams off. Note that # this option also works with HAVE_DOT disabled, but it is recommended to # install and use dot, since it yields more powerful graphs. @@ -1616,7 +1595,7 @@ UML_LOOK = NO # the class node. If there are many fields or methods and many nodes the # graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS # threshold limits the number of items for each type to make the size more -# managable. Set this to 0 for no limit. Note that the threshold may be +# manageable. Set this to 0 for no limit. Note that the threshold may be # exceeded by 50% before the limit is enforced. UML_LIMIT_NUM_FIELDS = 10