summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-11-17 00:01:18 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-11-17 00:01:18 -0500
commit9e19b6fe0fefc5c6c26e749a56418061ce339154 (patch)
treee6a58cc45a70e19544d5cbfccacbabd43e892f10 /gmodule
parent1a08591c3a953d53fb22b8da59b2023d278590d6 (diff)
Fix doc formatting
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/gmodule.c1
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>