]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix for doxygen 1.8.20 compatibility.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 29 Jan 2021 15:34:46 +0000 (16:34 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 29 Jan 2021 15:34:46 +0000 (16:34 +0100)
doc/Changelog
doc/unbound.doxygen

index cae27729a21598ab3240674336fefd29e491a7b6..33668733c9f35d901bfe64d897b6f658c8cf62ed 100644 (file)
@@ -1,3 +1,6 @@
+29 January 2022: Wouter
+       - Fix for doxygen 1.8.20 compatibility.
+
 28 January 2022: Wouter
        - Annotate that we ignore the return value of if_indextoname.
        - Fix to use correct type for label count in rpz routine.
index 45f49b36722eb8588693531dc42e733f05ccf598..4c32d89435cad91ef9637289bf3df30c89b12b00 100644 (file)
@@ -1143,7 +1143,7 @@ COMPACT_LATEX          = NO
 # by the printer. Possible values are: a4, a4wide, letter, legal and
 # executive. If left blank a4wide will be used.
 
-PAPER_TYPE             = a4wide
+#PAPER_TYPE             = a4wide
 
 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
 # packages that should be included in the LaTeX output.
@@ -1451,7 +1451,7 @@ EXTERNAL_GROUPS        = YES
 # The PERL_PATH should be the absolute path and name of the perl script
 # interpreter (i.e. the result of `which perl').
 
-PERL_PATH              = /usr/bin/perl
+#PERL_PATH              = /usr/bin/perl
 
 #---------------------------------------------------------------------------
 # Configuration options related to the dot tool
@@ -1473,7 +1473,7 @@ CLASS_DIAGRAMS         = YES
 # the mscgen tool resides. If left empty the tool is assumed to be found in the
 # default search path.
 
-MSCGEN_PATH            =
+#MSCGEN_PATH            =
 
 # If set to YES, the inheritance and collaboration graphs will hide
 # inheritance and usage relations if the target is undocumented