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