summaryrefslogtreecommitdiff
path: root/gio/gsettings.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-01 20:41:12 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-01 20:41:12 -0500
commit95aba90d090dea84209982999b81ada074733308 (patch)
treee30ef562b4d16a6e9bffc40a4e9295cad2ecc7ab /gio/gsettings.c
parent0bfb09daf13c570ba863d40518f12390531aee47 (diff)
Docs: Remove another use of xinclude
Diffstat (limited to 'gio/gsettings.c')
-rw-r--r--gio/gsettings.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/gio/gsettings.c b/gio/gsettings.c
index 941e1578b..bbc8bddc8 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -93,14 +93,13 @@
*
* GSettings uses schemas in a compact binary form that is created
* by the <link linkend="glib-compile-schemas">glib-compile-schemas</link>
- * utility. The input is a schema description in an XML format that can be
- * described by the following DTD:
+ * utility. The input is a schema description in an XML format.
*
- * <programlisting>
- * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../gio/gschema.dtd"><xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback></xi:include>
- * </programlisting>
+ * A DTD for the gschema XML format can be found here: <ulink url="https://git.gnome.org/browse/glib/tree/gio/gschema.dtd">gschema.dtd</ulink>
*
- * glib-compile-schemas expects schema files to have the extension <filename>.gschema.xml</filename>
+ * The <link linkend="glib-compile-schemas">glib-compile-schemas</link>
+ * tool expects schema files to have the extension
+ * <filename>.gschema.xml</filename>
*
* At runtime, schemas are identified by their id (as specified
* in the <tag class="attribute">id</tag> attribute of the