From fb3c88379a15153c15a29c8dce2167eaa71d7964 Mon Sep 17 00:00:00 2001 From: Theppitak Karoonboonyanan Date: Tue, 31 Aug 2021 16:11:29 +0700 Subject: [PATCH] Fix PAPER_TYPE in Doxyfile. * doc/Doxyfile.in: - Fix invalid PAPER_TYPE 'a4wide' to 'a4'. --- ChangeLog | 7 +++++++ doc/Doxyfile.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9ed92653..c2da7138 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2021-08-31 Theppitak Karoonboonyanan + + Fix PAPER_TYPE in Doxyfile. + + * doc/Doxyfile.in: + - Fix invalid PAPER_TYPE 'a4wide' to 'a4'. + 2021-08-31 Theppitak Karoonboonyanan Update Doxyfile for doxygen 1.9.1. diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index f6804dc9..edaab21a 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1808,7 +1808,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