diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-09 23:30:49 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-10 11:04:29 +0200 |
commit | e8aff6f43c99e54a9c6a7d2c7f0ef9c9e96a99e7 (patch) | |
tree | 78894ac38f20f450c27a4993fd007e9c9ba1c517 /doc | |
parent | 4fc4e6e04ea82741b03f457044d9d959d286a853 (diff) | |
download | fork-ledger-e8aff6f43c99e54a9c6a7d2c7f0ef9c9e96a99e7.tar.gz fork-ledger-e8aff6f43c99e54a9c6a7d2c7f0ef9c9e96a99e7.tar.bz2 fork-ledger-e8aff6f43c99e54a9c6a7d2c7f0ef9c9e96a99e7.zip |
doc: Avoid LaTeX output when generating API docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 5d53c96b..f81e4130 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1850,7 +1850,7 @@ EXTRA_SEARCH_MAPPINGS = # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output. # The default value is: YES. -GENERATE_LATEX = YES +GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of |