1 |
< |
# Doxyfile 1.8.11 |
1 |
> |
# Doxyfile 1.8.13 |
2 |
|
|
3 |
|
# This file describes the settings to be used by the documentation system |
4 |
|
# doxygen (www.doxygen.org) for a project. |
303 |
|
|
304 |
|
MARKDOWN_SUPPORT = YES |
305 |
|
|
306 |
+ |
# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up |
307 |
+ |
# to that level are automatically included in the table of contents, even if |
308 |
+ |
# they do not have an id attribute. |
309 |
+ |
# Note: This feature currently applies only to Markdown headings. |
310 |
+ |
# Minimum value: 0, maximum value: 99, default value: 0. |
311 |
+ |
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. |
312 |
+ |
|
313 |
+ |
TOC_INCLUDE_HEADINGS = 0 |
314 |
+ |
|
315 |
|
# When enabled doxygen tries to link words that correspond to documented |
316 |
|
# classes, or namespaces to their corresponding documentation. Such a link can |
317 |
|
# be prevented in individual cases by putting a % sign in front of the word or |
815 |
|
# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, |
816 |
|
# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, |
817 |
|
# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, |
818 |
< |
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl, |
819 |
< |
# *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js. |
818 |
> |
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, |
819 |
> |
# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf. |
820 |
|
|
821 |
|
FILE_PATTERNS = *.c \ |
822 |
|
*.cc \ |
2173 |
|
# powerful graphs. |
2174 |
|
# The default value is: YES. |
2175 |
|
|
2176 |
< |
CLASS_DIAGRAMS = NO |
2176 |
> |
CLASS_DIAGRAMS = YES |
2177 |
|
|
2178 |
|
# You can define message sequence charts within doxygen comments using the \msc |
2179 |
|
# command. Doxygen will then run the mscgen tool (see: |
2413 |
|
|
2414 |
|
PLANTUML_JAR_PATH = |
2415 |
|
|
2416 |
+ |
# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a |
2417 |
+ |
# configuration file for plantuml. |
2418 |
+ |
|
2419 |
+ |
PLANTUML_CFG_FILE = |
2420 |
+ |
|
2421 |
|
# When using plantuml, the specified paths are searched for files specified by |
2422 |
|
# the !include statement in a plantuml block. |
2423 |
|
|
2433 |
|
# Minimum value: 0, maximum value: 10000, default value: 50. |
2434 |
|
# This tag requires that the tag HAVE_DOT is set to YES. |
2435 |
|
|
2436 |
< |
DOT_GRAPH_MAX_NODES = 50 |
2436 |
> |
DOT_GRAPH_MAX_NODES = 500 |
2437 |
|
|
2438 |
|
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs |
2439 |
|
# generated by dot. A depth value of 3 means that only nodes reachable from the |