mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-29 02:26:34 +02:00
[docs] Fix @title usage in "Enumeration and flags types" section
This commit is contained in:
@@ -34,11 +34,9 @@
|
|||||||
/**
|
/**
|
||||||
* SECTION:enumerations_flags
|
* SECTION:enumerations_flags
|
||||||
* @short_description: Enumeration and flags types
|
* @short_description: Enumeration and flags types
|
||||||
* @see_also:#GParamSpecEnum, #GParamSpecFlags, g_param_spec_enum(),
|
|
||||||
* g_param_spec_flags(),
|
|
||||||
*
|
|
||||||
* <link linkend="glib-mkenums">glib-mkenums</link>
|
|
||||||
* @title: Enumeration and Flag Types
|
* @title: Enumeration and Flag Types
|
||||||
|
* @see_also:#GParamSpecEnum, #GParamSpecFlags, g_param_spec_enum(),
|
||||||
|
* g_param_spec_flags()
|
||||||
*
|
*
|
||||||
* The GLib type system provides fundamental types for enumeration and
|
* The GLib type system provides fundamental types for enumeration and
|
||||||
* flags types. (Flags types are like enumerations, but allow their
|
* flags types. (Flags types are like enumerations, but allow their
|
||||||
|
Reference in New Issue
Block a user