changeset 31794:d1354c10232f

Use the @since doxygen comment for this note
author Mark Doliner <mark@kingant.net>
date Sun, 13 Mar 2011 02:12:57 +0000
parents 53dab522ea30
children 691c7bc95b3f
files pidgin/gtkconv.h
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;