diff src/util.h @ 9000:b540c735a6ad

[gaim-migrate @ 9775] " There were a bunch of warnings while running make docs, this cleans that up and adds documentation for gtkblist signals, gtkconv signals, and gtkimhtml signals. This patch is a tarball of the patch itself and the three new files for the signal documentation." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 21 May 2004 19:09:38 +0000
parents 92cbf9713795
children 38d022e5eb19
line wrap: on
line diff
--- a/src/util.h	Fri May 21 14:33:32 2004 +0000
+++ b/src/util.h	Fri May 21 19:09:38 2004 +0000
@@ -636,9 +636,9 @@
  *
  * Blame SimGuy.
  *
- * @param i The number to add 8 to.
+ * @param x The number to add 8 to.
  *
- * @return i + 8
+ * @return x + 8
  */
 #define gaim_add_eight(x) ((x)+8)