Mercurial > pidgin.yaz
comparison libpurple/whiteboard.h @ 32637:5aa171c8776b
Fix a bunch of tiny problems generating our doxygen documentation
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 18 Sep 2011 20:46:06 +0000 |
parents | 2bf260b86086 |
children | 46177ee4af40 |
comparison
equal
deleted
inserted
replaced
32636:a617a949e545 | 32637:5aa171c8776b |
---|---|
307 | 307 |
308 /** | 308 /** |
309 * Sets the protocol data for a whiteboard. | 309 * Sets the protocol data for a whiteboard. |
310 * | 310 * |
311 * @param wb The whiteboard. | 311 * @param wb The whiteboard. |
312 * @param protocol_data The protocol data to set for the whiteboard. | 312 * @param proto_data The protocol data to set for the whiteboard. |
313 */ | 313 */ |
314 void purple_whiteboard_set_protocol_data(PurpleWhiteboard *wb, gpointer proto_data); | 314 void purple_whiteboard_set_protocol_data(PurpleWhiteboard *wb, gpointer proto_data); |
315 | 315 |
316 /** | 316 /** |
317 * Gets the protocol data for a whiteboard. | 317 * Gets the protocol data for a whiteboard. |
318 * | 318 * |
319 * @param wb The whiteboard. | 319 * @param wb The whiteboard. |
320 * | 320 * |