summaryrefslogtreecommitdiff
path: root/libpurple/eventloop.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-02-06 16:46:43 +0530
committerAnkit Vani <a@nevitus.org>2014-02-06 16:46:43 +0530
commitb0fb09a17791ce285967d64c017874866ee439b4 (patch)
tree2034bfe4377afa5c3361ec1fcd250c53535dce5e /libpurple/eventloop.h
parenteed0c69d4e4ebfc602e7eb2dca7635cd9d56d1b3 (diff)
downloadpidgin-b0fb09a17791ce285967d64c017874866ee439b4.tar.gz
Fix HTML generation warnings by using DocBook tags
Diffstat (limited to 'libpurple/eventloop.h')
-rw-r--r--libpurple/eventloop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpurple/eventloop.h b/libpurple/eventloop.h
index c06cc0aad6..4ba43edcdd 100644
--- a/libpurple/eventloop.h
+++ b/libpurple/eventloop.h
@@ -221,7 +221,8 @@ guint purple_input_add(int fd, PurpleInputCondition cond,
/**
* purple_input_remove:
* @handle: The handle of the input handler. Note that this is the return
- * value from purple_input_add(), <i>not</i> the file descriptor.
+ * value from purple_input_add(), <emphasis>not</emphasis> the
+ * file descriptor.
*
* Removes an input handler.
*/