diff libpurple/prpl.h @ 21457:eb0f36c3a58f

Get rid of a few silly doxygen warnings
author Mark Doliner <mark@kingant.net>
date Mon, 12 Nov 2007 08:27:56 +0000
parents 5af17c5a4a12
children fb8ab2490ac4
line wrap: on
line diff
--- a/libpurple/prpl.h	Mon Nov 12 08:27:17 2007 +0000
+++ b/libpurple/prpl.h	Mon Nov 12 08:27:56 2007 +0000
@@ -341,7 +341,7 @@
 
 	/** 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>
+	 *  <tt>room\@server/foo</tt>
 	 *  @param gc  the connection on which the room is.
 	 *  @param id  the ID of the chat room.
 	 *  @param who the nickname of the chat participant.