summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2019-09-09 09:43:40 +0200
committerMilan Crha <mcrha@redhat.com>2019-09-09 09:43:40 +0200
commit1b31cd57bd5f5d30455a22aaa6ad1f38f3361505 (patch)
tree3eab63303944f81109bdd4e376658172714683c3 /src
parent7e6293d0e6c8419f6c06db4651b5f9ed1ceec0c9 (diff)
downloadevolution-data-server-1b31cd57bd5f5d30455a22aaa6ad1f38f3361505.tar.gz
Correct a developer comment for SECTION:e-cancellable-locks
This had been causing this warning from gtk-doc: Element i in namespace '' encountered in para, but no template matches. Related to https://gitlab.gnome.org/GNOME/gtk-doc/issues/102
Diffstat (limited to 'src')
-rw-r--r--src/libedataserver/e-cancellable-locks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libedataserver/e-cancellable-locks.c b/src/libedataserver/e-cancellable-locks.c
index 4eb1adae3..e7f5e1c9c 100644
--- a/src/libedataserver/e-cancellable-locks.c
+++ b/src/libedataserver/e-cancellable-locks.c
@@ -26,7 +26,7 @@
* @short_description: locks, which can listen for a #GCancellable during lock call
*
* An #ECancellableMutex and an #ECancellableRecMutex are similar to
- * GLib's #GMutex and #GRecMutex, with one exception, their <i>lock</i>
+ * GLib's #GMutex and #GRecMutex, with one exception, their <emphasis>lock</emphasis>
* function takes also a @GCancellable instance, thus the waiting for a lock
* can be cancelled any time.
**/