From bda2344f5e7d460decd3968492faa7a5fb2797cd Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Mon, 22 Feb 2021 21:34:10 +0100 Subject: [PATCH] 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 --- doc/doxygen.cfg.in | 2 +- libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 409fd7b..1dd1b6a 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11607 +#define LIBUSB_NANO 11608 -- 2.7.4