summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2021-08-24 00:11:11 +1000
committerDonovan Baarda <abo@minkirri.apana.org.au>2021-08-24 00:11:11 +1000
commit16992ddf32b581132ddffd28f3180f4bb6215243 (patch)
tree1ad3f78c59c3b9384460302cae7b3387fe312f53
parente43b94d1f3053cb85553ecb2102b1f752c3b11b5 (diff)
downloadlibrsync-16992ddf32b581132ddffd28f3180f4bb6215243.tar.gz
Change Doxyfile.in setting `PAGE_TYPE = a4`.
It seems a4wide is not supported in newer doxygen versions on Debian and is giving a warning.
-rw-r--r--doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index b89bbd2..5d8fc5d 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1735,7 +1735,7 @@ COMPACT_LATEX = YES
# The default value is: a4.
# This tag requires that the tag GENERATE_LATEX is set to YES.
-PAPER_TYPE = a4wide
+PAPER_TYPE = a4
# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
# that should be included in the LaTeX output. The package can be specified just