From: Wouter Wijngaards Date: Thu, 2 Apr 2009 10:21:37 +0000 (+0000) Subject: please doxygen X-Git-Tag: release-1.3.0~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5c428bb8dfdcf2cc9d967592a5dae47671a962b;p=thirdparty%2Funbound.git please doxygen git-svn-id: file:///svn/unbound/trunk@1579 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/pythonmod/pythonmod_utils.c b/pythonmod/pythonmod_utils.c index 08b311e07..241bbc5bb 100644 --- a/pythonmod/pythonmod_utils.c +++ b/pythonmod/pythonmod_utils.c @@ -33,6 +33,11 @@ * 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" diff --git a/pythonmod/pythonmod_utils.h b/pythonmod/pythonmod_utils.h index b2042ab1f..bd4d6edae 100644 --- a/pythonmod/pythonmod_utils.h +++ b/pythonmod/pythonmod_utils.h @@ -33,6 +33,11 @@ * 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