aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-11-19 10:06:19 +0100
committerGitHub <noreply@github.com>2021-11-19 10:06:19 +0100
commit81ef87fb1f8bfb01d6541b12dda9a310d1ca596c (patch)
treeef049ae6852cd76acc3566a3112e6e2ce44c27ae
parentc43dbfc29864498775ccdf21346978ea323d2d91 (diff)
parent4ba562dc5b388650275abc3cefc53359b1a99953 (diff)
downloadPROJ-81ef87fb1f8bfb01d6541b12dda9a310d1ca596c.tar.gz
PROJ-81ef87fb1f8bfb01d6541b12dda9a310d1ca596c.zip
Merge pull request #2945 from direvus/doxy-latex-setting
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.