summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@free.fr>2021-02-22 21:34:10 +0100
committerLudovic Rousseau <ludovic.rousseau@free.fr>2021-02-22 21:34:10 +0100
commitbda2344f5e7d460decd3968492faa7a5fb2797cd (patch)
tree28946505af8c4b595bc7de6f8cb2b4902457ed36 /doc
parent90273023db02ed747f6d5f3658d43015d14f8d46 (diff)
downloadlibusb-bda2344f5e7d460decd3968492faa7a5fb2797cd.tar.gz
Doxygen: fix warning about PAPER_TYPE
warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in
index f5c42e6..10f8fc4 100644
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -1760,7 +1760,7 @@ COMPACT_LATEX = NO
# 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