aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-11-19 10:06:19 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-11-19 09:23:46 +0000
commit85db269ba936ee95cdeaf0a8f393b3a646180b8d (patch)
tree5554a8e12e6ccd0e244c9f6c345bdf926b32e1c1
parent3aabf2f5b9895176cc6520e9b93f139b7f1b7221 (diff)
downloadPROJ-85db269ba936ee95cdeaf0a8f393b3a646180b8d.tar.gz
PROJ-85db269ba936ee95cdeaf0a8f393b3a646180b8d.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.