1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-06-14 08:33:48 +02:00

docs: Don't put links in section titles

This commit is contained in:
Matthias Clasen 2012-08-02 23:51:52 +02:00
parent 6ddf40f301
commit e2470ec6db

@ -33,7 +33,7 @@
/** /**
* SECTION:gsettingsschema * SECTION:gsettingsschema
* @short_description: introspecting and controlling the loading of * @short_description: introspecting and controlling the loading of
* #GSettings schemas * GSettings schemas
* *
* The #GSettingsSchemaSource and #GSettingsSchema APIs provide a * The #GSettingsSchemaSource and #GSettingsSchema APIs provide a
* mechanism for advanced control over the loading of schemas and a * mechanism for advanced control over the loading of schemas and a
@ -270,7 +270,7 @@ g_settings_schema_source_unref (GSettingsSchemaSource *source)
* source, the lookup will recurse to the parent. * source, the lookup will recurse to the parent.
* *
* Second, any references to other schemas specified within this * Second, any references to other schemas specified within this
* source (ie: <literal>child</literal> or <literal>extents</literal>) * source (ie: <literal>child</literal> or <literal>extends</literal>)
* references may be resolved from the @parent. * references may be resolved from the @parent.
* *
* For this second reason, except in very unusual situations, the * For this second reason, except in very unusual situations, the