From 38f6c2c26ebedbe4fd1cef0708835355804f03bb Mon Sep 17 00:00:00 2001 From: Valerii Zapodovnikov <val.zapod.vz@gmail.com> Date: Fri, 17 Jan 2020 22:35:01 +0300 Subject: Doxygen: 2 obsolete variables and DOT_GRAPH_MAX_NODES to 500 --- docs/doxygen/Doxyfile.swig_doc.in | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'docs/doxygen/Doxyfile.swig_doc.in') 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. -- cgit v1.2.3