We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eef481 commit fb3c883Copy full SHA for fb3c883
ChangeLog
@@ -1,3 +1,10 @@
1
+2021-08-31 Theppitak Karoonboonyanan <theppitak@gmail.com>
2
+
3
+ Fix PAPER_TYPE in Doxyfile.
4
5
+ * doc/Doxyfile.in:
6
+ - Fix invalid PAPER_TYPE 'a4wide' to 'a4'.
7
8
2021-08-31 Theppitak Karoonboonyanan <theppitak@gmail.com>
9
10
Update Doxyfile for doxygen 1.9.1.
doc/Doxyfile.in
@@ -1808,7 +1808,7 @@ COMPACT_LATEX = NO
1808
# The default value is: a4.
1809
# This tag requires that the tag GENERATE_LATEX is set to YES.
1810
1811
-PAPER_TYPE = a4wide
+PAPER_TYPE = a4
1812
1813
# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
1814
# that should be included in the LaTeX output. The package can be specified just
0 commit comments