mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +02:00
Docs: don't use the structname tag
Just avoid explicit docbook markup.
This commit is contained in:
@@ -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>
|
||||
* /* the function signature for 'say_hello' */
|
||||
* typedef void (* SayHelloFunc) (const char *message);
|
||||
|
Reference in New Issue
Block a user