summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-12-25 03:12:05 -0500
committerBen Boeckel <MathStuf@gmail.com>2008-12-25 03:12:05 -0500
commit6e28a066fd4d49ee70dd2da0c03bf01004f9507c (patch)
tree3254d411730b920654b9a17d0f29a87f00da42a4
parenta7c05216e6a25938c8f322e7565d691f5be1cae3 (diff)
downloadsigen-6e28a066fd4d49ee70dd2da0c03bf01004f9507c.tar.gz
sigen-6e28a066fd4d49ee70dd2da0c03bf01004f9507c.tar.xz
sigen-6e28a066fd4d49ee70dd2da0c03bf01004f9507c.zip
Fixed parameter in doxygen for CoinListItem
-rw-r--r--sigmod/CoinListItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/CoinListItem.h b/sigmod/CoinListItem.h
index a8637023..237d6317 100644
--- a/sigmod/CoinListItem.h
+++ b/sigmod/CoinListItem.h
@@ -71,7 +71,7 @@ class SIGMOD_EXPORT CoinListItem : public Object
/**
* Data copy constructor. Copies the data from \p item as a child of \p parent with id \p id.
*
- * \param coinList The item to copy the data from.
+ * \param item The item to copy the data from.
* \param parent The parent of the item.
* \param id The id number for the item.
*/