# HG changeset patch # User Mark Doliner # Date 1194856076 0 # Node ID eb0f36c3a58feaadf1fda0834b5502063eae58fc # Parent cc0df68f6fa98e3fe7b9f2180ea001bd233e09d0 Get rid of a few silly doxygen warnings diff -r cc0df68f6fa9 -r eb0f36c3a58f libpurple/prpl.h --- 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 foo into - * room@server/foo + * room\@server/foo * @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. diff -r cc0df68f6fa9 -r eb0f36c3a58f libpurple/xmlnode.h --- a/libpurple/xmlnode.h Mon Nov 12 08:27:17 2007 +0000 +++ b/libpurple/xmlnode.h Mon Nov 12 08:27:56 2007 +0000 @@ -158,10 +158,10 @@ /** * 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 @@ /** * 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); diff -r cc0df68f6fa9 -r eb0f36c3a58f pidgin/minidialog.h --- a/pidgin/minidialog.h Mon Nov 12 08:27:17 2007 +0000 +++ b/pidgin/minidialog.h Mon Nov 12 08:27:56 2007 +0000 @@ -120,7 +120,7 @@ * @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 @@ /** 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);