--- a/libpurple/prpl.h Sun Feb 02 17:34:03 2014 +0530 +++ b/libpurple/prpl.h Sun Feb 02 17:59:05 2014 +0530 @@ -443,7 +443,8 @@ * active connections. You'd want to do this if you need to repeatedly * send some kind of keepalive packet to the server to avoid being * disconnected. ("Regularly" is defined by - * <code>KEEPALIVE_INTERVAL</code> in <tt>libpurple/connection.c</tt>.) + * <literal>KEEPALIVE_INTERVAL</literal> in + * <filename>libpurple/connection.c</filename>.) */ void (*keepalive)(PurpleConnection *); @@ -497,8 +498,8 @@ void (*remove_group)(PurpleConnection *gc, PurpleGroup *group); /** Gets the real name of a participant in a chat. For example, on - * XMPP this turns a chat room nick <tt>foo</tt> into - * <tt>room\@server/foo</tt> + * XMPP this turns a chat room nick <literal>foo</literal> into + * <literal>room\@server/foo</literal> * @gc: the connection on which the room is. * @id: the ID of the chat room. * @who: the nickname of the chat participant.