diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2003-07-25 21:32:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-07-25 21:32:47 +0000 |
commit | a412fb16541620ed72da86daac0774afe4703d9d (patch) | |
tree | 94146627b55ba747c0b2ccb4b88a23bc3f892ddc /glib/gmem.c | |
parent | b205c9267b85243a1081b0854d172bf25284fbab (diff) | |
download | glib-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.c | 9 |
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) |