]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 18 Aug 2014 14:50:59 +0000 (14:50 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 18 Aug 2014 14:50:59 +0000 (14:50 +0000)
git-svn-id: file:///svn/unbound/trunk@3210 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/unbound.doxygen

index 5b5b352d687653450b1fac5fdf6756780842b353..62e48fa335feb22b804513029240fc2d4cf2c1b2 100644 (file)
@@ -2,6 +2,7 @@
        - Fix #603: unbound-checkconf -o <option> should skip verification
          checks.
        - iana portlist update.
+       - Fixup doc/unbound.doxygen to remove obsolete 1.8.7 settings.
 
 5 August 2014: Wouter
        - dnstap support, with a patch from Farsight Security, written by
index 199d7ad0de0b068384b56b2a1eb95b9bbcb1e38e..43f2e38d83c1e232078115e6cab0217f6c3c955b 100644 (file)
@@ -287,7 +287,7 @@ TYPEDEF_HIDES_STRUCT   = NO
 # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
 # corresponding to a cache size of 2^16 = 65536 symbols
 
-SYMBOL_CACHE_SIZE      = 0
+#SYMBOL_CACHE_SIZE      = 0
 
 #---------------------------------------------------------------------------
 # Build related configuration options
@@ -1272,13 +1272,13 @@ XML_OUTPUT             = xml
 # which can be used by a validating XML parser to check the
 # syntax of the XML files.
 
-XML_SCHEMA             =
+#XML_SCHEMA             =
 
 # The XML_DTD tag can be used to specify an XML DTD,
 # which can be used by a validating XML parser to check the
 # syntax of the XML files.
 
-XML_DTD                =
+#XML_DTD                =
 
 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
 # dump the program listings (including syntax highlighting
@@ -1497,7 +1497,7 @@ HAVE_DOT               = NO
 # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
 # containing the font.
 
-DOT_FONTNAME           = FreeSans.ttf
+#DOT_FONTNAME           = FreeSans.ttf
 
 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
 # The default size is 10pt.