summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-02-04 10:47:40 +0000
committerBryce Harrington <bryce@osg.samsung.com>2014-11-06 17:12:57 -0800
commit873bed01cab1e6edb27a33e074add206e7ed41f2 (patch)
treeef9d0bd9d5f65e09f072f3adabdd0a048599a6fa
parentac5801792b7445a1551925f7f5404bae8f40aa19 (diff)
cairo-version: fix docs build
We do some evil things in this doc comment by closing a <para> tag further up. Make sure we reopen it at the end so that gtk-doc's attempt to close it again doesn't result in an imbalance.
-rw-r--r--src/cairo-version.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-version.c b/src/cairo-version.c
index d9ad240bf..e493c815c 100644
--- a/src/cairo-version.c
+++ b/src/cairo-version.c
@@ -137,6 +137,7 @@
* </programlisting></informalexample>
* </para>
* </refsect2>
+ * <para>
**/
/**