X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1ff90bc7103df77877d6860f1f117425afe1a516..01b6b0c026e5fa6a87a45b53a4ce1e4dc580a358:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 0a43e360ed..a35a726bc6 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -928,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,7 +1444,8 @@ PREDEFINED = __cplusplus \ XBT_ATTRIB_UNUSED= \ XBT_ATTRIB_DEPRECATED_v323(m)= \ XBT_ATTRIB_DEPRECATED_v324(m)= \ - XBT_ATTRIB_DEPRECATED_v325(m)= + XBT_ATTRIB_DEPRECATED_v325(m)= \ + XBT_ATTRIB_DEPRECATED_v326(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.