Doxygen: fix warning about PAPER_TYPE
authorLudovic Rousseau <ludovic.rousseau@free.fr>
Mon, 22 Feb 2021 20:34:10 +0000 (21:34 +0100)
committerLudovic Rousseau <ludovic.rousseau@free.fr>
Mon, 22 Feb 2021 20:34:10 +0000 (21:34 +0100)
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>
doc/doxygen.cfg.in
libusb/version_nano.h

index f5c42e6..10f8fc4 100644 (file)
@@ -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
index 409fd7b..1dd1b6a 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11607
+#define LIBUSB_NANO 11608