[Assorted-commits] SF.net SVN: assorted:[1078] cpp-commons/trunk/src/commons/pool.h
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-11-30 23:44:08
|
Revision: 1078 http://assorted.svn.sourceforge.net/assorted/?rev=1078&view=rev Author: yangzhang Date: 2008-11-30 23:44:06 +0000 (Sun, 30 Nov 2008) Log Message: ----------- fixed doxygen bug Modified Paths: -------------- cpp-commons/trunk/src/commons/pool.h Modified: cpp-commons/trunk/src/commons/pool.h =================================================================== --- cpp-commons/trunk/src/commons/pool.h 2008-11-30 21:34:08 UTC (rev 1077) +++ cpp-commons/trunk/src/commons/pool.h 2008-11-30 23:44:06 UTC (rev 1078) @@ -38,7 +38,7 @@ /** * Release an item back into the pool. This doesn't check that the pointer * being released was one that was originally taken from this pool. - * \param[in] The pointer to release. + * \param[in] p The pointer to release. * \throw exception The pool is full. */ void drop(T *p) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |