From c1953c310b347bcb6401ef825265c10518d7c977 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 17 Feb 2010 12:35:31 +0100 Subject: Fix GTK-DOC syntax. Unfortunately this looses some information. --- lib/gnutls_mem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/gnutls_mem.c') diff --git a/lib/gnutls_mem.c b/lib/gnutls_mem.c index f6caa8f94d..68fbff512b 100644 --- a/lib/gnutls_mem.c +++ b/lib/gnutls_mem.c @@ -105,7 +105,7 @@ _gnutls_strdup (const char *str) */ /** - * gnutls_malloc - Allocates and returns data + * gnutls_malloc: * * This function will allocate 's' bytes data, and * return a pointer to memory. This function is supposed @@ -120,7 +120,7 @@ gnutls_malloc (size_t s) } /** - * gnutls_free - Returns a free() like function + * gnutls_free: * @d: pointer to memory * * This function will free data pointed by ptr. -- cgit v1.2.1