summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-01-31 00:29:14 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-01-31 00:29:14 -0500
commit3d42934b71f9e3e8ac82b00982a6e0b00ba1b92a (patch)
tree58494fcc9879907b7c6c08c4cfb76d35f840b93e /gmodule
parent6f3c465535311a028c12cc04d4188ce79eb03560 (diff)
downloadglib-3d42934b71f9e3e8ac82b00982a6e0b00ba1b92a.tar.gz
Docs: don't use the structname tag
Just avoid explicit docbook markup.
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/gmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c
index 25d22a525..b1f2117d0 100644
--- a/gmodule/gmodule.c
+++ b/gmodule/gmodule.c
@@ -82,7 +82,7 @@
* it must ensure that it is never unloaded, by calling g_module_make_resident().
*
* <example>
- * <title>Calling a function defined in a <structname>GModule</structname></title>
+ * <title>Calling a function defined in a GModule</title>
* <programlisting>
* /&ast; the function signature for 'say_hello' &ast;/
* typedef void (* SayHelloFunc) (const char *message);