summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-20 22:45:46 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-20 22:45:46 -0500
commit89e6b53aa12b43dd2c83dd41d21847ebecc9d00f (patch)
tree040c6775b6d39e3d4e95a4124b318e56857680e8 /Doxyfile
parent84427f75fe23e25c1bad9fb531cc6ab7b71f5216 (diff)
downloadcryptopp-git-89e6b53aa12b43dd2c83dd41d21847ebecc9d00f.tar.gz
Clear Doxygen warnings
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/Doxyfile b/Doxyfile
index 5eb806a3..f002d768 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -231,12 +231,6 @@ TAB_SIZE = 4
ALIASES =
-# This tag can be used to specify a number of word-keyword mappings (TCL only).
-# A mapping has the form "name=value". For example adding "class=itcl::class"
-# will allow you to use the command class in the itcl::class meaning.
-
-TCL_SUBST =
-
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For
# instance, some of the names that are used will be different. The list of all
@@ -2122,12 +2116,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
#---------------------------------------------------------------------------
@@ -2141,15 +2129,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.