summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2013-06-23 14:15:05 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2013-06-23 14:15:05 +0200
commitfdc9379132dbdd3b02a04eab3a3cbd4c9e7cef3f (patch)
tree2a10378078dd1878a472963953f15900b5985014
parentedf16aace4033967dd2bcf9e05beff1c62190451 (diff)
downloadglib-fdc9379132dbdd3b02a04eab3a3cbd4c9e7cef3f.tar.gz
docs: fix GTK-Doc build
cd html && gtkdoc-mkhtml $mkhtml_options gio ../gio-docs.xml ../xml/gdbusconnection.xml:2063: parser error : Opening and ending tag mismatch: literal line 2062 and para </para> ^
-rw-r--r--gio/gdbusconnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gdbusconnection.h b/gio/gdbusconnection.h
index 02caedc98..a66995302 100644
--- a/gio/gdbusconnection.h
+++ b/gio/gdbusconnection.h
@@ -365,7 +365,7 @@ typedef gboolean (*GDBusInterfaceSetPropertyFunc) (GDBusConnection *conne
* your @method_call function. Note that the required return type of
* the <literal>'Get'</literal> call is <literal>(v)</literal>, not the
* type of the property. <literal>'GetAll'</literal> expects a return
- * value of type <literal>a{sv}<literal>.
+ * value of type <literal>a{sv}</literal>.
*
* If you have writable properties specified in your interface info, you
* must ensure that you either provide a non-%NULL @set_property()