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 /gr-utils/python/modtool | |
parent | e4f720bd60f89ca37036d2b74645d243129af052 (diff) |
Doxygen: 2 obsolete variables and DOT_GRAPH_MAX_NODES to 500
Diffstat (limited to 'gr-utils/python/modtool')
-rw-r--r-- | gr-utils/python/modtool/templates/gr-newmod/docs/doxygen/Doxyfile.in | 14 | ||||
-rw-r--r-- | gr-utils/python/modtool/templates/gr-newmod/docs/doxygen/Doxyfile.swig_doc.in | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/gr-utils/python/modtool/templates/gr-newmod/docs/doxygen/Doxyfile.in b/gr-utils/python/modtool/templates/gr-newmod/docs/doxygen/Doxyfile.in index fb03bd7e13..55816e8252 100644 --- a/gr-utils/python/modtool/templates/gr-newmod/docs/doxygen/Doxyfile.in +++ b/gr-utils/python/modtool/templates/gr-newmod/docs/doxygen/Doxyfile.in @@ -1680,11 +1680,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 #--------------------------------------------------------------------------- @@ -1697,15 +1692,6 @@ PERL_PATH = /usr/bin/perl CLASS_DIAGRAMS = YES -# 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. diff --git a/gr-utils/python/modtool/templates/gr-newmod/docs/doxygen/Doxyfile.swig_doc.in b/gr-utils/python/modtool/templates/gr-newmod/docs/doxygen/Doxyfile.swig_doc.in index cbe06d67ae..131648b2ab 100644 --- a/gr-utils/python/modtool/templates/gr-newmod/docs/doxygen/Doxyfile.swig_doc.in +++ b/gr-utils/python/modtool/templates/gr-newmod/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 = YES -# 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. |