diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-11-17 00:01:18 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-11-17 00:01:18 -0500 |
commit | 9e19b6fe0fefc5c6c26e749a56418061ce339154 (patch) | |
tree | e6a58cc45a70e19544d5cbfccacbabd43e892f10 /gmodule | |
parent | 1a08591c3a953d53fb22b8da59b2023d278590d6 (diff) | |
download | glib-9e19b6fe0fefc5c6c26e749a56418061ce339154.tar.gz |
Fix doc formatting
Diffstat (limited to 'gmodule')
-rw-r--r-- | gmodule/gmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c index 388c6b50e..f1933a72a 100644 --- a/gmodule/gmodule.c +++ b/gmodule/gmodule.c @@ -81,7 +81,6 @@ * <literal>g_quark_from_static_string ("my-module-stuff")</literal>, * it must ensure that it is never unloaded, by calling g_module_make_resident(). * - * <para> * <example> * <title>Calling a function defined in a <structname>GModule</structname></title> * <programlisting> |