mirror of
https://github.com/shadps4-emu/ext-libusb.git
synced 2026-01-31 00:55:21 +01:00
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>
This commit is contained 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
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11607
|
||||
#define LIBUSB_NANO 11608
|
||||
|
||||
Reference in New Issue
Block a user