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 \