Use the @since doxygen comment for this note

Sun, 13 Mar 2011 02:12:57 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sun, 13 Mar 2011 02:12:57 +0000
changeset 31546
f65482e7e8c5
parent 31545
1e8f5392916d
child 31547
3ce5b79db95b

Use the @since doxygen comment for this note

pidgin/gtkconv.h file | annotate | diff | comparison | revisions
--- a/pidgin/gtkconv.h	Fri Mar 11 03:12:12 2011 +0000
+++ b/pidgin/gtkconv.h	Sun Mar 13 02:12:57 2011 +0000
@@ -178,7 +178,11 @@
 		GList *current;
 	} attach;
 
-	/* Quick Find (since 2.7.0) */
+	/**
+	 * Quick Find.
+	 *
+	 * @since 2.7.0
+	 */
 	struct {
 		GtkWidget *entry;
 		GtkWidget *container;

mercurial