summaryrefslogtreecommitdiff
path: root/libpurple/roomlist.h
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2011-09-18 20:46:06 +0000
committerMark Doliner <markdoliner@pidgin.im>2011-09-18 20:46:06 +0000
commitcab9805fdb11d59e154f82bbcd986fe49fa983b9 (patch)
tree72aac724dd5bdaa76eb3ca3c436bc77e15f83e20 /libpurple/roomlist.h
parent2a8c7909432e538f3eda09f6ea6cd0faa618f992 (diff)
downloadpidgin-cab9805fdb11d59e154f82bbcd986fe49fa983b9.tar.gz
Fix a bunch of tiny problems generating our doxygen documentation
Diffstat (limited to 'libpurple/roomlist.h')
-rw-r--r--libpurple/roomlist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpurple/roomlist.h b/libpurple/roomlist.h
index 354c507665..9e21f818a9 100644
--- a/libpurple/roomlist.h
+++ b/libpurple/roomlist.h
@@ -224,7 +224,7 @@ GList *purple_roomlist_get_fields(PurpleRoomlist *roomlist);
/**
* Get the protocol data associated with this room list.
*
- * @param roomlist The roomlist, which must not be @c NULL.
+ * @param list The roomlist, which must not be @c NULL.
*
* @return The protocol data associated with this room list. This is a
* convenience field provided to the protocol plugin--it is not
@@ -243,7 +243,7 @@ void purple_roomlist_set_proto_data(PurpleRoomlist *list, gpointer proto_data);
/**
* Get the UI data associated with this room list.
*
- * @param roomlist The roomlist, which must not be @c NULL.
+ * @param list The roomlist, which must not be @c NULL.
*
* @return The UI data associated with this room list. This is a
* convenience field provided to the UIs--it is not
@@ -255,7 +255,7 @@ gpointer purple_roomlist_get_ui_data(PurpleRoomlist *list);
* Set the UI data associated with this room list.
*
* @param list The roomlist, which must not be @c NULL.
- * @param UI_data A pointer to associate with this room list.
+ * @param ui_data A pointer to associate with this room list.
*/
void purple_roomlist_set_ui_data(PurpleRoomlist *list, gpointer ui_data);