X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8bc85164acb335cf909052b966b2ee4932e06cd7..4408bd3a6958dbde402aa725a8c8f668061134dc:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 0efc6f8b4d..f7756f30ce 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. @@ -685,9 +685,7 @@ INPUT = @CMAKE_HOME_DIRECTORY@/doc/doxygen/index.doc \ @CMAKE_HOME_DIRECTORY@/doc/doxygen/module-trace.doc \ @CMAKE_BINARY_DIR@/doc/doxygen/logcategories.doc \ @CMAKE_HOME_DIRECTORY@/include/ \ - @CMAKE_HOME_DIRECTORY@/src/plugins/ \ - @CMAKE_HOME_DIRECTORY@/examples/deprecated/msg/README.doc \ - @CMAKE_HOME_DIRECTORY@/examples/s4u/README.doc + @CMAKE_HOME_DIRECTORY@/src/plugins/ # This tag can be used to specify the character encoding of the source files @@ -743,7 +741,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 @@ -1509,7 +1507,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.