mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
docs: Remove some latent DocBook usage in the GObjectClass documentation
Replace it with gtk-doc syntax. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
2939585bd6
commit
7c2fd10fe4
@ -287,9 +287,8 @@ struct _GObject
|
||||
*
|
||||
* The class structure for the GObject type.
|
||||
*
|
||||
* <example>
|
||||
* <title>Implementing singletons using a constructor</title>
|
||||
* <programlisting>
|
||||
* |[<!-- language="C" -->
|
||||
* // Example of implementing a singleton using a constructor.
|
||||
* static MySingleton *the_singleton = NULL;
|
||||
*
|
||||
* static GObject*
|
||||
@ -311,7 +310,7 @@ struct _GObject
|
||||
*
|
||||
* return object;
|
||||
* }
|
||||
* </programlisting></example>
|
||||
* ]|
|
||||
*/
|
||||
struct _GObjectClass
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user