]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
please doxygen
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 2 Apr 2009 10:21:37 +0000 (10:21 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 2 Apr 2009 10:21:37 +0000 (10:21 +0000)
git-svn-id: file:///svn/unbound/trunk@1579 be551aaa-1e26-0410-a405-d3ace91eadb9

pythonmod/pythonmod_utils.c
pythonmod/pythonmod_utils.h

index 08b311e0770fd9e075005586312d4d93c5d416c4..241bbc5bbbcccd8fd7903d1208433192d4beff86 100644 (file)
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  */
+/**
+ * \file
+ * Utility functions for the python module that perform stores and loads and
+ * conversions.
+ */
 #include "config.h"
 #include "util/module.h"
 #include "util/net_help.h"
index b2042ab1f04fc312e1bfd62d8af44b299e6bed39..bd4d6edae9c6e3995b0ab282064562781ae262c2 100644 (file)
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  */
+/**
+ * \file
+ * Utility functions for the python module that perform stores and loads and
+ * conversions.
+ */
 #ifndef PYTHONMOD_UTILS_H
 #define PYTHONMOD_UTILS_H