From: Wouter Wijngaards Date: Thu, 22 Nov 2018 13:05:26 +0000 (+0000) Subject: - ignore debug python module for test in doxygen output. X-Git-Tag: release-1.8.2rc1~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de0b6da9f47f5f58234be3068d6188f2fccf8e0b;p=thirdparty%2Funbound.git - ignore debug python module for test in doxygen output. git-svn-id: file:///svn/unbound/trunk@4967 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 4f33a9b11..0000db56f 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,7 @@ PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests succeed for the python module. - pythonmod logs the python error and traceback on failure. + - ignore debug python module for test in doxygen output. 21 November 2018: Wouter - Scrub NS records from NODATA responses as well. diff --git a/doc/unbound.doxygen b/doc/unbound.doxygen index bea788896..24f4203a8 100644 --- a/doc/unbound.doxygen +++ b/doc/unbound.doxygen @@ -623,6 +623,7 @@ EXCLUDE = ./build \ pythonmod/interface.h \ pythonmod/ubmodule-msg.py \ pythonmod/ubmodule-tst.py \ + unboundmodule.py \ libunbound/python/unbound.py \ libunbound/python/libunbound_wrap.c \ libunbound/python/doc \