From: Wouter Wijngaards Date: Fri, 3 Apr 2009 14:13:25 +0000 (+0000) Subject: doc test fixup. X-Git-Tag: release-1.3.0~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49913a1c9e14bb6400617ae72d6c973e873b5afe;p=thirdparty%2Funbound.git doc test fixup. git-svn-id: file:///svn/unbound/trunk@1583 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index f743e3f05..a9b522918 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -2,6 +2,7 @@ - Fixed a bug that caused messages to be stored in the cache too long. Hard to trigger, but NXDOMAINs for nameservers or CNAME targets have been more vulnerable to the TTL miscalculation bug. + - documentation test fixed for python addition. 2 April 2009: Wouter - pyunbound (libunbound python plugin) compiles using libtool. diff --git a/pythonmod/interface.i b/pythonmod/interface.i index dbf240938..63ec6be8b 100644 --- a/pythonmod/interface.i +++ b/pythonmod/interface.i @@ -4,6 +4,11 @@ %module unboundmodule %{ +/** + * \file + * This is the interface between the unbound server and a python module + * called to perform operations on queries. + */ #include #include #include diff --git a/testdata/01-doc.tpkg b/testdata/01-doc.tpkg index a9cb944ad..59bf8a7f5 100644 Binary files a/testdata/01-doc.tpkg and b/testdata/01-doc.tpkg differ