]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
doc test fixup.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 3 Apr 2009 14:13:25 +0000 (14:13 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 3 Apr 2009 14:13:25 +0000 (14:13 +0000)
git-svn-id: file:///svn/unbound/trunk@1583 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
pythonmod/interface.i
testdata/01-doc.tpkg

index f743e3f051b2b2cbcf6fa562425afd1908c0e266..a9b522918a97b6481d3892fc1f6c9e48d894d24a 100644 (file)
@@ -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.
index dbf240938f64441c2dc7f817d6ed456ffde6ab50..63ec6be8b1bec3f1a127c5e2104a948ac6bd8327 100644 (file)
@@ -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 <sys/types.h>
    #include <sys/socket.h>
    #include <netinet/in.h>
index a9cb944ad083f0cb9b5723ff5cba309abee4804f..59bf8a7f54ee06ca13a0bf1acd7ff290b9e0d9f3 100644 (file)
Binary files a/testdata/01-doc.tpkg and b/testdata/01-doc.tpkg differ