From 779b86fb229b68dfcdd2b3438298d4ec5d08e94b Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Tue, 7 May 2019 16:11:15 +0200 Subject: [PATCH] - Fix doxygen output error on readme markdown vignettes. --- doc/Changelog | 1 + doc/unbound.doxygen | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index ef4dc9223..aef303f24 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 7 May 2019: Wouter - Fix edns-subnet locks, in error cases the lock was not unlocked. + - Fix doxygen output error on readme markdown vignettes. 6 May 2019: Wouter - Fix #29: Solaris 11.3 and missing symbols be64toh, htobe64. diff --git a/doc/unbound.doxygen b/doc/unbound.doxygen index 24f4203a8..45f49b367 100644 --- a/doc/unbound.doxygen +++ b/doc/unbound.doxygen @@ -629,6 +629,7 @@ EXCLUDE = ./build \ libunbound/python/doc \ libunbound/python/examples \ ./ldns-src \ + README.md \ doc/control_proto_spec.txt \ doc/requirements.txt -- 2.47.3