diff libpurple/core.h @ 32226:02a2e8183b1d

Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
author andrew.victor@mxit.com
date Sun, 25 Sep 2011 18:56:58 +0000
parents da81195f635e
children 98520ee78f12
line wrap: on
line diff
--- a/libpurple/core.h	Sat Sep 24 22:21:48 2011 +0000
+++ b/libpurple/core.h	Sun Sep 25 18:56:58 2011 +0000
@@ -163,8 +163,6 @@
  *
  * @return @c TRUE if this is the first instance of libpurple running;
  *         @c FALSE if there is another instance running.
- *
- * @since 2.1.0
  */
 gboolean purple_core_ensure_single_instance(void);
 
@@ -196,8 +194,6 @@
  * @return A GHashTable with strings for keys and values.  This
  * hash table must not be freed and should not be modified.
  *
- * @since 2.1.0
- *
  */
 GHashTable* purple_core_get_ui_info(void);