X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45e5dde585c154817be0e7272f7a2fd31ab199e9..42bbfaf7f713e21b5e48a484ac3a96247e27b799:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index e0762c94ce..b4146bb5ee 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -743,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 @@ -1443,7 +1443,8 @@ PREDEFINED = __cplusplus \ XBT_ATTRIB_NORETURN= \ XBT_ATTRIB_UNUSED= \ XBT_ATTRIB_DEPRECATED_v328(m)= \ - XBT_ATTRIB_DEPRECATED_v329(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. @@ -1594,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