aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-11-19 12:08:49 +0100
committerGitHub <noreply@github.com>2021-11-19 12:08:49 +0100
commit0510077777f6f04d6e8207b4a67f362fc1cc803e (patch)
tree2912393d62b85a92f313a34a16b4cba4753b7313
parent6f544ca29e463302ef25177835a89dd36670b082 (diff)
parent85db269ba936ee95cdeaf0a8f393b3a646180b8d (diff)
downloadPROJ-0510077777f6f04d6e8207b4a67f362fc1cc803e.tar.gz
PROJ-0510077777f6f04d6e8207b4a67f362fc1cc803e.zip
Merge pull request #2946 from OSGeo/backport-2945-to-8.2
[Backport 8.2] DOCS: Remove LATEX_SOURCE_CODE setting from Doxyfile.
-rw-r--r--Doxyfile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Doxyfile b/Doxyfile
index accc13f0..e5ab6ee6 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1729,16 +1729,6 @@ LATEX_BATCHMODE = NO
LATEX_HIDE_INDICES = NO
-# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
-# code with syntax highlighting in the LaTeX output.
-#
-# Note that which sources are shown also depends on other settings such as
-# SOURCE_BROWSER.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-LATEX_SOURCE_CODE = NO
-
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
# bibliography, e.g. plainnat, or ieeetr. See
# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.