diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2012-04-03 20:17:00 +0200 |
---|---|---|
committer | Johan Dahlin <jdahlin@litl.com> | 2012-04-05 10:23:42 -0300 |
commit | 0183c1f8a158834e5bfb601d4a207a8cff0b2b62 (patch) | |
tree | 158150f6c006600efd68e0ab28e554427a9f32ee /glib/gmem.c | |
parent | fefe5d9a20756d58f4207ae26553d65d54037b20 (diff) | |
download | glib-0183c1f8a158834e5bfb601d4a207a8cff0b2b62.tar.gz |
Fix malformed GTK-Doc comment blocks: invalid parameters and tags.
Found these thanks to the improved gobject-introspection
GTK-Doc comment block/annotation parser.
See https://bugzilla.gnome.org/show_bug.cgi?id=672254
https://bugzilla.gnome.org/show_bug.cgi?id=673385
Diffstat (limited to 'glib/gmem.c')
-rw-r--r-- | glib/gmem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glib/gmem.c b/glib/gmem.c index afb94c191..1f01cd1e3 100644 --- a/glib/gmem.c +++ b/glib/gmem.c @@ -659,7 +659,6 @@ profile_print_locked (guint *local_data, /** * g_mem_profile: - * @void: * * Outputs a summary of memory usage. * |