Update Doxygen confiuration files to 1.8.8.
This commit is contained in:
		
							parent
							
								
									b6899bb987
								
							
						
					
					
						commit
						a52dc06e62
					
				
					 79 changed files with 2765 additions and 1106 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| # Doxyfile 1.8.7 | ||||
| # Doxyfile 1.8.8 | ||||
| 
 | ||||
| # This file describes the settings to be used by the documentation system | ||||
| # doxygen (www.doxygen.org) for a project. | ||||
|  | @ -690,8 +690,7 @@ LAYOUT_FILE            = | |||
| # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. | ||||
| # For LaTeX the style of the bibliography can be controlled using | ||||
| # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the | ||||
| # search path. Do not use file names with spaces, bibtex cannot handle them. See | ||||
| # also \cite for info how to create references. | ||||
| # search path. See also \cite for info how to create references. | ||||
| 
 | ||||
| CITE_BIB_FILES         = | ||||
| 
 | ||||
|  | @ -1102,13 +1101,15 @@ HTML_FOOTER            = | |||
| 
 | ||||
| HTML_STYLESHEET        = | ||||
| 
 | ||||
| # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user- | ||||
| # defined cascading style sheet that is included after the standard style sheets | ||||
| # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined | ||||
| # cascading style sheets that are included after the standard style sheets | ||||
| # created by doxygen. Using this option one can overrule certain style aspects. | ||||
| # This is preferred over using HTML_STYLESHEET since it does not replace the | ||||
| # standard style sheet and is therefor more robust against future updates. | ||||
| # Doxygen will copy the style sheet file to the output directory. For an example | ||||
| # see the documentation. | ||||
| # Doxygen will copy the style sheet files to the output directory. | ||||
| # Note: The order of the extra stylesheet files is of importance (e.g. the last | ||||
| # stylesheet in the list overrules the setting of the previous ones in the | ||||
| # list). For an example see the documentation. | ||||
| # This tag requires that the tag GENERATE_HTML is set to YES. | ||||
| 
 | ||||
| HTML_EXTRA_STYLESHEET  = | ||||
|  | @ -1646,17 +1647,19 @@ EXTRA_PACKAGES         = | |||
| # | ||||
| # Note: Only use a user-defined header if you know what you are doing! The | ||||
| # following commands have a special meaning inside the header: $title, | ||||
| # $datetime, $date, $doxygenversion, $projectname, $projectnumber. Doxygen will | ||||
| # replace them by respectively the title of the page, the current date and time, | ||||
| # only the current date, the version number of doxygen, the project name (see | ||||
| # PROJECT_NAME), or the project number (see PROJECT_NUMBER). | ||||
| # $datetime, $date, $doxygenversion, $projectname, $projectnumber, | ||||
| # $projectbrief, $projectlogo. Doxygen will replace $title with the empy string, | ||||
| # for the replacement values of the other commands the user is refered to | ||||
| # HTML_HEADER. | ||||
| # This tag requires that the tag GENERATE_LATEX is set to YES. | ||||
| 
 | ||||
| LATEX_HEADER           = | ||||
| 
 | ||||
| # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the | ||||
| # generated LaTeX document. The footer should contain everything after the last | ||||
| # chapter. If it is left blank doxygen will generate a standard footer. | ||||
| # chapter. If it is left blank doxygen will generate a standard footer. See | ||||
| # LATEX_HEADER for more information on how to generate a default footer and what | ||||
| # special commands can be used inside the footer. | ||||
| # | ||||
| # Note: Only use a user-defined footer if you know what you are doing! | ||||
| # This tag requires that the tag GENERATE_LATEX is set to YES. | ||||
|  | @ -1680,7 +1683,7 @@ LATEX_EXTRA_FILES      = | |||
| 
 | ||||
| PDF_HYPERLINKS         = YES | ||||
| 
 | ||||
| # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate | ||||
| # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate | ||||
| # the PDF file directly from the LaTeX files. Set this option to YES to get a | ||||
| # higher quality PDF documentation. | ||||
| # The default value is: YES. | ||||
|  | @ -1867,6 +1870,15 @@ GENERATE_DOCBOOK       = NO | |||
| 
 | ||||
| DOCBOOK_OUTPUT         = docbook | ||||
| 
 | ||||
| # If the DOCBOOK_PROGRAMLISTING tag is set to YES doxygen will include the | ||||
| # program listings (including syntax highlighting and cross-referencing | ||||
| # information) to the DOCBOOK output. Note that enabling this will significantly | ||||
| # increase the size of the DOCBOOK output. | ||||
| # The default value is: NO. | ||||
| # This tag requires that the tag GENERATE_DOCBOOK is set to YES. | ||||
| 
 | ||||
| DOCBOOK_PROGRAMLISTING = NO | ||||
| 
 | ||||
| #--------------------------------------------------------------------------- | ||||
| # Configuration options for the AutoGen Definitions output | ||||
| #--------------------------------------------------------------------------- | ||||
|  | @ -2101,7 +2113,7 @@ HAVE_DOT               = NO | |||
| 
 | ||||
| DOT_NUM_THREADS        = 0 | ||||
| 
 | ||||
| # When you want a differently looking font n the dot files that doxygen | ||||
| # When you want a differently looking font in the dot files that doxygen | ||||
| # generates you can specify the font name using DOT_FONTNAME. You need to make | ||||
| # sure dot is able to find the font, which can be done by putting it in a | ||||
| # standard location or by setting the DOTFONTPATH environment variable or by | ||||
|  | @ -2282,6 +2294,15 @@ MSCFILE_DIRS           = | |||
| 
 | ||||
| DIAFILE_DIRS           = | ||||
| 
 | ||||
| # When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the | ||||
| # path where java can find the plantuml.jar file. If left blank, it is assumed | ||||
| # PlantUML is not used or called during a preprocessing step. Doxygen will | ||||
| # generate a warning when it encounters a \startuml command in this case and | ||||
| # will not generate output for the diagram. | ||||
| # This tag requires that the tag HAVE_DOT is set to YES. | ||||
| 
 | ||||
| PLANTUML_JAR_PATH      = | ||||
| 
 | ||||
| # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes | ||||
| # that will be shown in the graph. If the number of nodes in a graph becomes | ||||
| # larger than this value, doxygen will truncate the graph, which is visualized | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dean Camera
						Dean Camera