diff src/value.h @ 10071:af06746954de

[gaim-migrate @ 11047] sf patch 1038040: Doxygen Fixes #3 This is from Jonathan Champ (royanee) Thanks! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 01 Oct 2004 22:08:39 +0000
parents 48c6552be372
children 5cb55bcad11b
line wrap: on
line diff
--- a/src/value.h	Wed Sep 29 15:01:33 2004 +0000
+++ b/src/value.h	Fri Oct 01 22:08:39 2004 +0000
@@ -175,6 +175,8 @@
 /**
  * Returns a value's type.
  *
+ * @param value The value whose type you want.
+ *
  * @return The value's type.
  */
 GaimType gaim_value_get_type(const GaimValue *value);
@@ -185,6 +187,8 @@
  * If the value's type is not GAIM_TYPE_SUBTYPE, this will return 0.
  * Subtypes should never have a subtype of 0.
  *
+ * @param value The value whose subtype you want.
+ *
  * @return The value's subtype, or 0 if @a type is not GAIM_TYPE_SUBTYPE.
  */
 unsigned int gaim_value_get_subtype(const GaimValue *value);
@@ -194,6 +198,8 @@
  *
  * If the value's type is not GAIM_TYPE_BOXED, this will return @c NULL.
  *
+ * @param value The value whose specific type you want.
+ *
  * @return The value's specific type, or @a NULL if not GAIM_TYPE_BOXED.
  */
 const char *gaim_value_get_specific_type(const GaimValue *value);