comparison libpurple/proxy.h @ 25921:d25cbbea7fe5

Add @since 2.6.0 doxygen comments to some of our new functions, and try to make the formatting of our comments a little more uniform
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 06:18:18 +0000
parents 4670851af098
children 4c3b1bb3ba91
comparison
equal deleted inserted replaced
25920:c0e3b62f8098 25921:d25cbbea7fe5
188 188
189 /** 189 /**
190 * Set purple's global proxy information. 190 * Set purple's global proxy information.
191 * 191 *
192 * @param info The proxy information. 192 * @param info The proxy information.
193 * @since 2.6.0
193 */ 194 */
194 void purple_global_proxy_set_info(PurpleProxyInfo *info); 195 void purple_global_proxy_set_info(PurpleProxyInfo *info);
195 196
196 /*@}*/ 197 /*@}*/
197 198