diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-12-13 23:00:16 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-12-13 23:01:51 -0500 |
commit | 7e92997539b481e31b5566b4885c8b5158488daa (patch) | |
tree | a2cf7134c1b8df9cbd93e53d06033572062ceac4 /gmodule | |
parent | b0c3997fdd553eca363dfd0f3c4da9938800acf9 (diff) | |
download | glib-7e92997539b481e31b5566b4885c8b5158488daa.tar.gz |
documentation fixes
Fixes for gtk-doc warnings.
http://bugzilla.gnome.org/show_bug.cgi?id=66469
https://bugzilla.gnome.org/show_bug.cgi?id=664699
Diffstat (limited to 'gmodule')
-rw-r--r-- | gmodule/gmodule.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c index f1933a72a..22db6d0dd 100644 --- a/gmodule/gmodule.c +++ b/gmodule/gmodule.c @@ -132,6 +132,7 @@ /** * GModule: + * * The #GModule struct is an opaque data structure to represent a * <link linkend="glib-Dynamic-Loading-of-Modules">Dynamically-Loaded * Module</link>. It should only be accessed via the following functions. |