summaryrefslogtreecommitdiff
path: root/glib/gmem.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2003-07-25 21:32:47 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-07-25 21:32:47 +0000
commita412fb16541620ed72da86daac0774afe4703d9d (patch)
tree94146627b55ba747c0b2ccb4b88a23bc3f892ddc /glib/gmem.c
parentb205c9267b85243a1081b0854d172bf25284fbab (diff)
downloadglib-a412fb16541620ed72da86daac0774afe4703d9d.tar.gz
Remove some explicit Docbook markup which is no longer necessary
since gtk-doc does the right thing.
Diffstat (limited to 'glib/gmem.c')
-rw-r--r--glib/gmem.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/glib/gmem.c b/glib/gmem.c
index 6f564f2ff..9fbbb80e7 100644
--- a/glib/gmem.c
+++ b/glib/gmem.c
@@ -228,14 +228,13 @@ static gboolean vtable_set = FALSE;
*
* Checks whether the allocator used by g_malloc() is the system's
* malloc implementation. If it returns %TRUE memory allocated with
- * <function>malloc()</function> can be used interchangeable with
- * memory allocated using g_malloc(). This function is useful for
- * avoiding an extra copy of allocated memory returned by a
- * non-GLib-based API.
+ * malloc() can be used interchangeable with memory allocated using g_malloc().
+ * This function is useful for avoiding an extra copy of allocated memory returned
+ * by a non-GLib-based API.
*
* A different allocator can be set using g_mem_set_vtable().
*
- * Return value: if %TRUE, <function>malloc()</function> and g_malloc() can be mixed.
+ * Return value: if %TRUE, malloc() and g_malloc() can be mixed.
**/
gboolean
g_mem_is_system_malloc (void)