summaryrefslogtreecommitdiff
path: root/lib/gnutls_mem.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-02-17 12:35:31 +0100
committerSimon Josefsson <simon@josefsson.org>2010-02-17 12:35:31 +0100
commitc1953c310b347bcb6401ef825265c10518d7c977 (patch)
treeeba10ccfb618847e1f388a573a4782f07c72ba06 /lib/gnutls_mem.c
parent5cf6a95171b1a88b13dd7043fb8e0e4f21b90a1d (diff)
downloadgnutls-c1953c310b347bcb6401ef825265c10518d7c977.tar.gz
Fix GTK-DOC syntax. Unfortunately this looses some information.
Diffstat (limited to 'lib/gnutls_mem.c')
-rw-r--r--lib/gnutls_mem.c4
1 files changed, 2 insertions, 2 deletions
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.