From de0b6da9f47f5f58234be3068d6188f2fccf8e0b Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 22 Nov 2018 13:05:26 +0000 Subject: [PATCH] - ignore debug python module for test in doxygen output. git-svn-id: file:///svn/unbound/trunk@4967 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 1 + doc/unbound.doxygen | 1 + 2 files changed, 2 insertions(+) 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 \