[docs] Fix @title usage in "Enumeration and flags types" section
authorJavier Jardón <jjardon@gnome.org>
Sun, 3 Jan 2010 22:34:26 +0000 (23:34 +0100)
committerJavier Jardón <jjardon@gnome.org>
Sun, 3 Jan 2010 22:36:44 +0000 (23:36 +0100)
gobject/genums.c

index b49cae5..d506a5b 100644 (file)
 /**
  * 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