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 |
791 |
|
# Note: If this tag is empty the current directory is searched. |
792 |
|
|
793 |
|
INPUT = ../lib \ |
794 |
< |
../app/magic_application/src/aide.h \ |
795 |
< |
../outil \ |
787 |
< |
../poly_occ |
794 |
> |
../addin \ |
795 |
> |
../app/aide |
796 |
|
|
797 |
|
# This tag can be used to specify the character encoding of the source files |
798 |
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |
814 |
|
# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, |
815 |
|
# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, |
816 |
|
# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, |
817 |
< |
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl, |
818 |
< |
# *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js. |
817 |
> |
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, |
818 |
> |
# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf. |
819 |
|
|
820 |
|
FILE_PATTERNS = *.c \ |
821 |
|
*.cc \ |
859 |
|
EXCLUDE = ../lib/OCC_Fonction \ |
860 |
|
../lib/geometrie/Imports \ |
861 |
|
../lib/diamesh \ |
862 |
< |
../poly_occ/voro++-0.4.6 |
862 |
> |
../addin/poly_occ/voro++-0.4.6 |
863 |
|
|
864 |
|
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or |
865 |
|
# directories that are symbolic links (a Unix file system feature) are excluded |
2172 |
|
# powerful graphs. |
2173 |
|
# The default value is: YES. |
2174 |
|
|
2175 |
< |
CLASS_DIAGRAMS = NO |
2175 |
> |
CLASS_DIAGRAMS = YES |
2176 |
|
|
2177 |
|
# You can define message sequence charts within doxygen comments using the \msc |
2178 |
|
# command. Doxygen will then run the mscgen tool (see: |
2412 |
|
|
2413 |
|
PLANTUML_JAR_PATH = |
2414 |
|
|
2415 |
+ |
# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a |
2416 |
+ |
# configuration file for plantuml. |
2417 |
+ |
|
2418 |
+ |
PLANTUML_CFG_FILE = |
2419 |
+ |
|
2420 |
|
# When using plantuml, the specified paths are searched for files specified by |
2421 |
|
# the !include statement in a plantuml block. |
2422 |
|
|
2432 |
|
# Minimum value: 0, maximum value: 10000, default value: 50. |
2433 |
|
# This tag requires that the tag HAVE_DOT is set to YES. |
2434 |
|
|
2435 |
< |
DOT_GRAPH_MAX_NODES = 50 |
2435 |
> |
DOT_GRAPH_MAX_NODES = 500 |
2436 |
|
|
2437 |
|
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs |
2438 |
|
# generated by dot. A depth value of 3 means that only nodes reachable from the |