Fix doc formatting
authorMatthias Clasen <mclasen@redhat.com>
Thu, 17 Nov 2011 05:01:18 +0000 (00:01 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 17 Nov 2011 05:01:18 +0000 (00:01 -0500)
gmodule/gmodule.c

index 388c6b5..f1933a7 100644 (file)
@@ -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>