diff options
author | Valerii Zapodovnikov <val.zapod.vz@gmail.com> | 2020-01-17 22:35:01 +0300 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2020-01-21 20:57:14 -0800 |
commit | 38f6c2c26ebedbe4fd1cef0708835355804f03bb (patch) | |
tree | f57a9c843518959d7b2f1bbf411b12b4785a4429 /docs/doxygen/Doxyfile.swig_doc.in | |
parent | e4f720bd60f89ca37036d2b74645d243129af052 (diff) |
Doxygen: 2 obsolete variables and DOT_GRAPH_MAX_NODES to 500
Diffstat (limited to 'docs/doxygen/Doxyfile.swig_doc.in')
-rw-r--r-- | docs/doxygen/Doxyfile.swig_doc.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/doxygen/Doxyfile.swig_doc.in b/docs/doxygen/Doxyfile.swig_doc.in index 86b9dc8522..98b0906a22 100644 --- a/docs/doxygen/Doxyfile.swig_doc.in +++ b/docs/doxygen/Doxyfile.swig_doc.in @@ -1648,11 +1648,6 @@ EXTERNAL_GROUPS = YES EXTERNAL_PAGES = YES -# The PERL_PATH should be the absolute path and name of the perl script -# interpreter (i.e. the result of `which perl'). - -PERL_PATH = /usr/bin/perl - #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- @@ -1665,15 +1660,6 @@ PERL_PATH = /usr/bin/perl CLASS_DIAGRAMS = NO -# You can define message sequence charts within doxygen comments using the \msc -# command. Doxygen will then run the mscgen tool (see -# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the -# documentation. The MSCGEN_PATH tag allows you to specify the directory where -# the mscgen tool resides. If left empty the tool is assumed to be found in the -# default search path. - -MSCGEN_PATH = - # If set to YES, the inheritance and collaboration graphs will hide # inheritance and usage relations if the target is undocumented # or is not a class. |