]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- ignore debug python module for test in doxygen output.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 22 Nov 2018 13:05:26 +0000 (13:05 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 22 Nov 2018 13:05:26 +0000 (13:05 +0000)
git-svn-id: file:///svn/unbound/trunk@4967 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/unbound.doxygen

index 4f33a9b1118d0936d4bbb19d76c98a5b0245c16f..0000db56fb17da42bc8a3d9291d2fba43e76c600 100644 (file)
@@ -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.
index bea788896450472f982e4828a6c01b704ec50793..24f4203a83edb010c62bff0a9491ae71535f8422 100644 (file)
@@ -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 \