diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-11-19 10:06:19 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-11-19 09:23:46 +0000 |
| commit | 85db269ba936ee95cdeaf0a8f393b3a646180b8d (patch) | |
| tree | 5554a8e12e6ccd0e244c9f6c345bdf926b32e1c1 | |
| parent | 3aabf2f5b9895176cc6520e9b93f139b7f1b7221 (diff) | |
| download | PROJ-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-- | Doxyfile | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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. |
