libpurple/util.h

branch
soc.2013.gobjectification.plugins
changeset 36994
4348ccef4268
parent 36992
aab07d6cad9e
child 36996
7af9ef06882b
--- a/libpurple/util.h	Mon Jan 20 06:49:00 2014 +0530
+++ b/libpurple/util.h	Mon Jan 20 07:01:59 2014 +0530
@@ -1186,9 +1186,9 @@
  * @param v1 The first version to compare
  * @param v2 The second version to compare
  *
- * @return -1 if @v1 is less than @v2.
- *          0 if @v1 is equal to @v2.
- *          1 if @v1 is greater than @v2.
+ * @return -1 if @a v1 is less than @a v2.
+ *          0 if @a v1 is equal to @a v2.
+ *          1 if @a v1 is greater than @a v2.
  */
 gint purple_version_strcmp(const gchar *v1, const gchar *v2);
 

mercurial