aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorBrendan Jurd <brendan.jurd@geoplex.com.au>2021-11-19 19:01:52 +1100
committerBrendan Jurd <brendan.jurd@geoplex.com.au>2021-11-19 19:01:52 +1100
commit4ba562dc5b388650275abc3cefc53359b1a99953 (patch)
tree04c5912a4a9a225412a9d1bb26ccb681655347bc /Doxyfile
parent8772f08ee8f9dc52af4b92290607c48422e8f7f9 (diff)
downloadPROJ-4ba562dc5b388650275abc3cefc53359b1a99953.tar.gz
PROJ-4ba562dc5b388650275abc3cefc53359b1a99953.zip
DOCS: Remove LATEX_SOURCE_CODE setting from Doxyfile.
Doxygen was issuing warnings that this setting is now obsolete, which was causing the docs build process to abort.
Diffstat (limited to '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.