summaryrefslogtreecommitdiffstats
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2022-03-16 15:08:18 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2022-03-16 15:24:42 +0100
commit7f7271a6da37d8c3e2f510349785faf303ce84fd (patch)
tree2c78a5024b6fe92790a4344923b1932cdbb5c6b0 /Doxyfile.in
parentkxdpgun: update and improve the documentation (diff)
downloadknot-7f7271a6da37d8c3e2f510349785faf303ce84fd.tar.xz
knot-7f7271a6da37d8c3e2f510349785faf303ce84fd.zip
Doxyfile: remove obsolete options
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in17
1 files changed, 1 insertions, 16 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 1f37d4846..da386e37b 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -1,4 +1,4 @@
-# Doxyfile 1.8.11
+# Doxyfile 1.8.17
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
@@ -2118,12 +2118,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').
-# The default file (with absolute path) is: /usr/bin/perl.
-
-PERL_PATH = /usr/bin/perl
-
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
@@ -2137,15 +2131,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 =
-
# You can include diagrams made with dia in doxygen documentation. Doxygen will
# then run dia to produce the diagram and insert it in the documentation. The
# DIA_PATH tag allows you to specify the directory where the dia binary resides.