Skip to content

Commit 7160edb

Browse files
committed
Update page format used by doxygen to a4
`a4wide` is not longer available and `a4` is what doxygen would otherwise default to.
1 parent 5b6377a commit 7160edb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

scripts/expected_doxygen_warnings.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value
2-
Using the default: a4!
31
src/analyses/ai.h:70: warning: unable to resolve reference to 'ai_baset#operator()' for \ref command

src/doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@ COMPACT_LATEX = NO
18021802
# The default value is: a4.
18031803
# This tag requires that the tag GENERATE_LATEX is set to YES.
18041804

1805-
PAPER_TYPE = a4wide
1805+
PAPER_TYPE = a4
18061806

18071807
# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
18081808
# that should be included in the LaTeX output. The package can be specified just

0 commit comments

Comments
 (0)