im.pidgin.pidgin: d2959ce162eb97cc02e8a7f61fe9a804391fdd46

markdoliner at pidgin.im markdoliner at pidgin.im
Tue Nov 13 13:05:45 EST 2007


-----------------------------------------------------------------
Revision: d2959ce162eb97cc02e8a7f61fe9a804391fdd46
Ancestor: 54765e1fe9e9552fc15e97d54808ba77bc8b8602
Author: markdoliner at pidgin.im
Date: 2007-11-12T08:27:56
Branch: im.pidgin.pidgin

Modified files:
        libpurple/prpl.h libpurple/xmlnode.h pidgin/minidialog.h

ChangeLog: 

Get rid of a few silly doxygen warnings

-------------- next part --------------
============================================================
--- libpurple/prpl.h	70d633714a19f2b4c675f18bd9e5c3ecc85caa45
+++ libpurple/prpl.h	40b815bc15710df99615026ff15f14124c7f6e5a
@@ -341,7 +341,7 @@ struct _PurplePluginProtocolInfo
 
 	/** 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 at 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.
============================================================
--- libpurple/xmlnode.h	50557bc86de8eebbe8bdd4d9ab63a370156cc3ed
+++ libpurple/xmlnode.h	f73fde22673b21debb1d446f81d715725367b377
@@ -158,10 +158,10 @@ void xmlnode_set_attrib(xmlnode *node, c
 /**
  * Sets a prefixed attribute for a node
  *
- * @param node  The node to set an attribute for.
- * @param attr  The name of the attribute to set
- * @param xmlns The prefix of the attribute to ste
- * @param value The value of the attribute
+ * @param node   The node to set an attribute for.
+ * @param attr   The name of the attribute to set
+ * @param prefix The prefix of the attribute to ste
+ * @param value  The value of the attribute
  */
 void xmlnode_set_attrib_with_prefix(xmlnode *node, const char *attr, const char *prefix, const char *value);
 
@@ -232,8 +232,8 @@ const char *xmlnode_get_namespace(xmlnod
 /**
  * Sets the prefix of a node
  *
- * @param node The node to qualify
- * @param xmlns The prefix of the node
+ * @param node   The node to qualify
+ * @param prefix The prefix of the node
  */
 void xmlnode_set_prefix(xmlnode *node, const char *prefix);
 
============================================================
--- pidgin/minidialog.h	09af17f9fcca702a2a31034759d93f4a77cf1c5c
+++ pidgin/minidialog.h	c9af484bf47334d98fc3029bdcaf76792d1822af
@@ -120,7 +120,7 @@ PidginMiniDialog *pidgin_mini_dialog_new
  *  @param mini_dialog a mini-dialog
  *  @param title       the new title for @a mini_dialog
  */
-void pidgin_mini_dialog_set_title(PidginMiniDialog *mini_dialogtitle ,
+void pidgin_mini_dialog_set_title(PidginMiniDialog *mini_dialog,
 	const char *title);
 
 /** Shortcut for setting a mini-dialog's description via GObject properties.
@@ -133,7 +133,7 @@ void pidgin_mini_dialog_set_description(
 
 /** Shortcut for setting a mini-dialog's icon via GObject properties.
  *  @param mini_dialog a mini-dialog
- *  @param title       the Gtk stock ID of an icon, or @c NULL for no icon.
+ *  @param icon_name   the Gtk stock ID of an icon, or @c NULL for no icon.
  */
 void pidgin_mini_dialog_set_icon_name(PidginMiniDialog *mini_dialog,
 	const char *icon_name);


More information about the Commits mailing list