aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-04-19 15:13:45 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-04-19 16:11:23 +0200
commitd032e0d957e020ede28832b3d18c15d238355e72 (patch)
treec9e1fa8bc9b1b8cf5dc96d60a75d66a9d58ce4a9
parent678fa3e2a1243a21e4b8debb2331c6e6d4583b69 (diff)
downloadPROJ-d032e0d957e020ede28832b3d18c15d238355e72.tar.gz
PROJ-d032e0d957e020ede28832b3d18c15d238355e72.zip
Doxyfile: remove TCL_SUBST variable considered obsolete by latest Doxygen
-rw-r--r--Doxyfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doxyfile b/Doxyfile
index da9a6b61..d880160b 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -230,12 +230,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